| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 4165b42d2c07e65d0c90e3b8d0579ca57160030e..0438774b356026b57be221ca561758d72eb4a605 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -446,10 +446,8 @@ const char kEnableMaterialDesignDownloads[] = "enable-md-downloads";
|
| // Enables the material design Settings feature.
|
| const char kEnableMaterialDesignSettings[] = "enable-md-settings";
|
|
|
| -#if defined(ENABLE_MEDIA_ROUTER)
|
| // Enables Media Router.
|
| const char kEnableMediaRouter[] = "enable-media-router";
|
| -#endif
|
|
|
| // Runs the Native Client inside the renderer process and enables GPU plugin
|
| // (internally adds lEnableGpuPlugin to the command line).
|
|
|