Chromium Code Reviews| Index: chrome/browser/about_flags.cc |
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
| index 4fa9ea5fca5913f4a386315be3315ab1e5f792c9..cbcc851d7e6cc0d1be343b4db7d1ccde4f78cab2 100644 |
| --- a/chrome/browser/about_flags.cc |
| +++ b/chrome/browser/about_flags.cc |
| @@ -2216,8 +2216,11 @@ const FeatureEntry kFeatureEntries[] = { |
| {"enable-touchscreen-calibration", IDS_FLAGS_TOUCHSCREEN_CALIBRATION_NAME, |
| IDS_FLAGS_TOUCHSCREEN_CALIBRATION_DESCRIPTION, kOsCrOS, |
| SINGLE_VALUE_TYPE(chromeos::switches::kEnableTouchCalibrationSetting)}, |
| -#endif // defined(OS_CHROMEOS) |
| + {"show-arc-files-app", IDS_FLAGS_SHOW_ARC_FILES_APP_NAME, |
|
hirono
2017/01/26 01:17:50
Do we need to publish the flag for non-developers?
Steve McKay
2017/01/26 19:36:26
I think we want to let users turn this on on stabl
|
| + IDS_FLAGS_SHOW_ARC_FILES_APP_DESCRIPTION, kOsCrOS, |
| + SINGLE_VALUE_TYPE(chromeos::switches::kShowArcFilesApp)}, |
|
Alexei Svitkine (slow)
2017/01/27 17:33:45
For new enable/disable style flags, the best pract
|
| +#endif // defined(OS_CHROMEOS) |
| // NOTE: Adding new command-line switches requires adding corresponding |
| // entries to enum "LoginCustomFlags" in histograms.xml. See note in |
| // histograms.xml and don't forget to run AboutFlagsHistogramTest unit test. |