Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2069)

Unified Diff: chrome/common/chrome_switches.cc

Issue 11146023: Work on separate browser contexts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unrelated change Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698