| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index a2e24d4476cf730724aafa64cfa3aaeaaefeacd1..f50c342293de3b023c5a3c7fc6bce860de15fc4c 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2132,6 +2132,13 @@ const FeatureEntry kFeatureEntries[] = {
|
| SINGLE_VALUE_TYPE_AND_VALUE(switches::kDisableAutoHidingToolbarThreshold,
|
| "0")},
|
| #endif
|
| +#if defined(OS_CHROMEOS)
|
| + {"enable-arc",
|
| + IDS_FLAGS_ENABLE_ARC_NAME,
|
| + IDS_FLAGS_ENABLE_ARC_DESCRIPTION,
|
| + kOsCrOS,
|
| + SINGLE_VALUE_TYPE(chromeos::switches::kEnableArc)},
|
| +#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.
|
|
|