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

Unified Diff: chrome/common/chrome_switches.cc

Issue 11030017: Add context to gfx::Screen calls in support of simultaneous desktop+ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tidy 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 922368903b457a64090fc11c568fc89db53feade..890deea7f23bd46521b8f1722d42181b98d0b07d 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1547,14 +1547,6 @@ const char kWaitForMutex[] = "wait-for-mutex";
#if defined(USE_AURA)
// Use NativeTabContentsViewAura instead of the default implementation.
const char kDisableTCVA[] = "disable-tcva";
-
-// 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

Powered by Google App Engine
This is Rietveld 408576698