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

Unified Diff: chrome/common/chrome_switches.h

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.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 2122084d6a8de346230e49adbe0f05f26d37c29b..7efe649e7551b4dc92f2f16aa7a4f75c9ca7d539 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -179,6 +179,7 @@ extern const char kKioskMode[];
extern const char kKioskModePrinting[];
extern const char kLoadComponentExtension[];
extern const char kLoadExtension[];
+extern const char kLoadMediaRouterComponentExtension[];
extern const char kMakeDefaultBrowser[];
extern const char kSecurityChip[];
extern const char kSecurityChipShowNonSecureOnly[];
@@ -188,7 +189,6 @@ extern const char kSecurityChipAnimationNone[];
extern const char kSecurityChipAnimationNonSecureOnly[];
extern const char kSecurityChipAnimationAll[];
extern const char kMediaCacheSize[];
-extern const char kMediaRouter[];
extern const char kMetricsRecordingOnly[];
extern const char kMonitoringDestinationID[];
extern const char kNetLogCaptureMode[];

Powered by Google App Engine
This is Rietveld 408576698