| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a3cfc6298b8d3bdad392688308467fa9a76724ce..9d212ecceb78b17bdc78bc604026acc86741c5fd 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1343,21 +1343,6 @@ bool MdPolicyPageEnabled() {
|
| ::switches::kEnableMaterialDesignPolicyPage);
|
| }
|
|
|
| -bool MediaRouterEnabled() {
|
| -#if defined(ENABLE_MEDIA_ROUTER)
|
| -
|
| -#if defined(OS_ANDROID)
|
| - return true;
|
| -#else
|
| - return base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - ::switches::kEnableMediaRouter);
|
| -#endif // defined(OS_ANDROID).
|
| -
|
| -#else
|
| - return false;
|
| -#endif // defined(ENABLE_MEDIA_ROUTER)
|
| -}
|
| -
|
| bool PdfMaterialUIEnabled() {
|
| if (base::CommandLine::ForCurrentProcess()->HasSwitch(kEnablePdfMaterialUI))
|
| return true;
|
|
|