Commit e73aec24 authored by Devlin Cronin's avatar Devlin Cronin Committed by Commit Bot

[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/+/2389015Reviewed-by: default avatarElly Fong-Jones <ellyjones@chromium.org>
Commit-Queue: Devlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#804239}
parent e66c9454
...@@ -41,6 +41,17 @@ Then: ...@@ -41,6 +41,17 @@ Then:
There are other elements of this process not described here, such as emails to There are other elements of this process not described here, such as emails to
flags-dev@ tracking the status of the process. 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 ## The Set
In M78, the following flags are being hidden as the second step of this process. In M78, the following flags are being hidden as the second step of this process.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment