| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 413ff41cabe28517b13bca46a7ca9aad4974fd86..4549449f06c6729cdf16504e2d4e07243f4cda81 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1961,15 +1961,7 @@ const Experiment kExperiments[] = {
|
| SINGLE_VALUE_TYPE(switches::kEnablePluginPowerSaver)
|
| },
|
| #endif
|
| -#if defined(OS_CHROMEOS)
|
| - {
|
| - "enable-remote-assistance",
|
| - IDS_FLAGS_ENABLE_REMOTE_ASSISTANCE_NAME,
|
| - IDS_FLAGS_ENABLE_REMOTE_ASSISTANCE_DESCRIPTION,
|
| - kOsCrOS,
|
| - SINGLE_VALUE_TYPE(extensions::switches::kEnableRemoteAssistance)
|
| - },
|
| -#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.
|
|
|