Commit 57d82214 authored by edchin's avatar edchin Committed by Commit Bot

Add iOS to flag_ownership doc

This CL adds iOS where pertinent to the chrome flag ownership doc.

Bug: 1058614
Change-Id: I6d6af5afb2b3948c59524bde180a9b1a12ac6fb7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095144Reviewed-by: default avataredchin <edchin@chromium.org>
Reviewed-by: default avatarElly Fong-Jones <ellyjones@chromium.org>
Commit-Queue: edchin <edchin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#748356}
parent a94fcea2
...@@ -15,15 +15,12 @@ you find, either: ...@@ -15,15 +15,12 @@ you find, either:
the top of the file) and set an appropriate expiration milestone; the top of the file) and set an appropriate expiration milestone;
- **If it is not in use:** delete it from `kFeatureEntries` in - **If it is not in use:** delete it from `kFeatureEntries` in
[`chrome/browser/about_flags.cc`](https://cs.chromium.org/chromium/src/chrome/browser/about_flags.cc?sq=package:chromium&g=0&l=1319). [`chrome/browser/about_flags.cc`](https://cs.chromium.org/chromium/src/chrome/browser/about_flags.cc?sq=package:chromium&g=0&l=1319) or
[`ios/chrome/browser/about_flags.mm`](https://cs.chromium.org/chromium/src/ios/chrome/browser/about_flags.mm) for iOS.
Remember to file a cleanup bug to remove code paths that become dead. It is Remember to file a cleanup bug to remove code paths that become dead. It is
not necessary to delete the corresponding entry in `flag-metadata.json` as it not necessary to delete the corresponding entry in `flag-metadata.json` as it
will be cleaned up for you in the future. will be cleaned up for you in the future.
All existing flags have been set to expire in M76 (~6 months from now). At that
time, every flag with no owners will be hardcoded to behave as though it was
always its default value and will be removed from the `chrome://flags` UI.
## Wait, What Are You Doing? ## Wait, What Are You Doing?
Presently, Chrome has approximately 600 entries in `chrome://flags`, many of Presently, Chrome has approximately 600 entries in `chrome://flags`, many of
......
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