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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2451573003: [Media Router] Update Media Router flags post-launch. (Closed)
Patch Set: 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index b01eed8fae993073c469f64894d12d5e44f39cc3..f923b630bb4cea00e3f7b769b2a5cb25d0eb6783 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -621,6 +621,10 @@ const char kLoadComponentExtension[] = "load-component-extension";
// Loads an extension from the specified directory.
const char kLoadExtension[] = "load-extension";
+// Loads the Media Router component extension on startup.
+const char kLoadMediaRouterComponentExtension[] =
+ "load-media-router-component-extension";
+
// Makes Chrome default browser
const char kMakeDefaultBrowser[] = "make-default-browser";
@@ -637,9 +641,6 @@ extern const char kSecurityChipAnimationAll[] = "animate-all";
// Forces the maximum disk space to be used by the media cache, in bytes.
const char kMediaCacheSize[] = "media-cache-size";
-// Enables Media Router.
-const char kMediaRouter[] = "media-router";
-
// Enables the recording of metrics reports but disables reporting. In contrast
// to kDisableMetrics, this executes all the code that a normal client would
// use for reporting, except the report is dropped rather than sent to the

Powered by Google App Engine
This is Rietveld 408576698