| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index f30576813d9d70b3b3982dc453f7eaf67931662d..08cfa9b217e7c6cdc11304a736ff4179f7f186a7 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1548,16 +1548,6 @@ const char kRelaunchShortcut[] = "relaunch-shortcut";
|
| const char kWaitForMutex[] = "wait-for-mutex";
|
| #endif
|
|
|
| -#if defined(USE_AURA)
|
| -// Opens an Ash window on startup.
|
| -extern const char kOpenAsh[] = "open-ash";
|
| -#endif
|
| -
|
| -#if defined(USE_ASH)
|
| -// Enables the wrench menu items to open/close the Ash desktop.
|
| -const char kEnableAsh[] = "enable-ash";
|
| -#endif
|
| -
|
| #ifndef NDEBUG
|
| // Enables overriding the path of file manager extension.
|
| const char kFileManagerExtensionPath[] = "filemgr-ext-path";
|
|
|