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

Unified Diff: ash/ash_switches.cc

Issue 10830365: Initial crack at new workspace behavior. Each workspace now has its (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « ash/ash_switches.h ('k') | ash/display/screen_position_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 4ca30522d9ef7501378623b29a80396564691868..5eca1cef6821af0024be00431b94e86a1b2a3c10 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -13,7 +13,9 @@ const char kAshDebugShortcuts[] = "ash-debug-shortcuts";
// Enables the Oak tree viewer.
const char kAshEnableOak[] = "ash-enable-oak";
-// Disables extended desktop.
+// Enables Workspace2.
+const char kAshEnableWorkspace2[] = "ash-enable-workspace2";
+
const char kAshExtendedDesktopDisabled[] = "ash-extended-desktop-disabled";
// Disable using Ash notifications.
« no previous file with comments | « ash/ash_switches.h ('k') | ash/display/screen_position_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698