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

Unified Diff: chrome/common/chrome_switches.h

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.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 2f0bd3beff6b567f2aa193eaa7709ab099fad32a..72cd7b973087ad13004a2334c9d38091d26739f5 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -431,14 +431,6 @@ extern const char kRelaunchShortcut[];
extern const char kWaitForMutex[];
#endif
-#if defined(USE_AURA)
-extern const char kOpenAsh[];
-#endif
-
-#if defined(USE_ASH)
-extern const char kEnableAsh[];
-#endif
-
#ifndef NDEBUG
extern const char kFileManagerExtensionPath[];
extern const char kDumpProfileDependencyGraph[];

Powered by Google App Engine
This is Rietveld 408576698