Chromium Code Reviews| Index: chrome/browser/about_flags.cc |
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
| index f4015ca09319f028ae89117eb5b49b53e94c5fdd..f3e3cad4d6240c282663790e27b60f6a6af0844a 100644 |
| --- a/chrome/browser/about_flags.cc |
| +++ b/chrome/browser/about_flags.cc |
| @@ -1536,12 +1536,14 @@ const FeatureEntry kFeatureEntries[] = { |
| ENABLE_DISABLE_VALUE_TYPE(switches::kV8PacMojoOutOfProcess, |
| switches::kDisableOutOfProcessPac)}, |
| #if defined(ENABLE_MEDIA_ROUTER) && !defined(OS_ANDROID) |
| - {"media-router", IDS_FLAGS_MEDIA_ROUTER_NAME, |
| - IDS_FLAGS_MEDIA_ROUTER_DESCRIPTION, kOsDesktop, |
| - ENABLE_DISABLE_VALUE_TYPE_AND_VALUE(switches::kMediaRouter, |
| - "1", |
| - switches::kMediaRouter, |
| - "0")}, |
| + {"load-media-router-component-extension", |
| + IDS_FLAGS_LOAD_MEDIA_ROUTER_COMPONENT_EXTENSION_NAME, |
| + IDS_FLAGS_LOAD_MEDIA_ROUTER_COMPONENT_EXTENSION_DESCRIPTION, kOsDesktop, |
| + ENABLE_DISABLE_VALUE_TYPE_AND_VALUE( |
| + switches::kLoadMediaRouterComponentExtension, |
| + "1", |
| + switches::kLoadMediaRouterComponentExtension, |
| + "0")}, |
| #endif // ENABLE_MEDIA_ROUTER && !OS_ANDROID |
| // Since Drive Search is not available when app list is disabled, flag guard |
| // enable-drive-search-in-chrome-launcher flag. |
| @@ -2068,8 +2070,8 @@ const FeatureEntry kFeatureEntries[] = { |
| IDS_FLAGS_ENABLE_DEFAULT_MEDIA_SESSION_DESCRIPTION, kOsDesktop, |
| MULTI_VALUE_TYPE(kEnableDefaultMediaSessionChoices)}, |
| #endif // !OS_ANDROID |
| - // NOTE: Adding new command-line switches requires adding corresponding |
| - // entries to enum "LoginCustomFlags" in histograms.xml. See note in |
| + // NOTE: Adding new command-line switches requires adding corresponding |
|
apacible
2016/10/25 22:01:28
nit: indentation.
mark a. foltz
2016/10/25 22:56:36
Done.
|
| + // entries to enum "LoginCustomFlags" in histograms.xml. See note in |
| // histograms.xml and don't forget to run AboutFlagsHistogramTest unit test. |
| }; |