| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index fa172892c5789ed56ef17fd0391b01922c592464..ac53d8aa5e75fb31edbb31121a866fd3ac911fff 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[];
|
|
|