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

Unified Diff: chrome/browser/about_flags.cc

Issue 2451573003: [Media Router] Update Media Router flags post-launch. (Closed)
Patch Set: Rebase & respond to apacible@ comments. 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 b360a33a38ccb963e910f22f170559a1cc2144e0..6fd5d578600789af9befc7a92b13f6ad0a8c0098 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1531,12 +1531,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.
« no previous file with comments | « chrome/app/media_router_strings.grdp ('k') | chrome/browser/extensions/api/declarative_content/declarative_content_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698