0

[Docs] Update flag_expiry.md with removal instructions

Add instructions for removing flags to flag_expiry.md.

Bug: None
Change-Id: Ib42fd8ccd062b1612091235204db000ca2a4fff9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2389015
Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org>
Commit-Queue: Devlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#804239}
This commit is contained in:
Devlin Cronin
2020-09-03 15:22:54 +00:00
committed by Commit Bot
parent e66c945409
commit e73aec24dc

@ -41,6 +41,17 @@ Then:
There are other elements of this process not described here, such as emails to
flags-dev@ tracking the status of the process.
Google employees: See more at
[go/flags-expiry-process](http://goto.google.com/flags-expiry-process) and
[go/chrome-flags:expiry-process](http://goto.google.com/chrome-flags:expiry-process).
## Removing A Flag
If a flag is no longer used (for instance, it was used to control a feature
that has since launched), the flag should be removed. Delete the entry in
[about\_flags.cc](/chrome/browser/about_flags.cc) (and any corresponding entries
for the flag description), and remove any references in
[flag-metadata.json](/chrome/browser/flag-metadata.json).
## The Set
In M78, the following flags are being hidden as the second step of this process.