| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a323cc3ab8dd544ef2cbe6add08091027cb80abc..600378447963dce07dc9bb6ad65f1c2ca06442e3 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1128,9 +1128,6 @@ const char kCompressSystemFeedback[] = "compress-sys-feedback";
|
| // switch separates chrome code from the rest of ChromeOS.
|
| const char kForceStubLibcros[] = "force-stub-libcros";
|
|
|
| -// Enables WebUI menu.
|
| -const char kEnableWebUIMenu[] = "enable-webui-menu";
|
| -
|
| // Enables Media Player.
|
| const char kEnableMediaPlayer[] = "enable-media-player";
|
|
|
|
|