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

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: another busted command line flag 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | content/shell/shell_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | content/shell/shell_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698