Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Unified Diff: chrome/browser/about_flags.cc

Issue 2451573003: [Media Router] Update Media Router flags post-launch. (Closed)
Patch Set: Remove Cast-extension-specific browser test Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index f4015ca09319f028ae89117eb5b49b53e94c5fdd..1f9f166b89ed408437f249d6e1fff28da42caffa 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.

Powered by Google App Engine
This is Rietveld 408576698