Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 24d0bab730d3aefca9c0bfe8b268c89af66ac6d3..cb8a9266e980aa3a83ae9af490ec5f8c74b22f87 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1541,16 +1541,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"; |