diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-05 20:47:58 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-05 20:47:58 +0000 |
commit | 6885b7338bd3d0e3520115ecb431f954a7effecc (patch) | |
tree | 3b62b0b45350472633641d5a19dda9adb9ffb9b7 /ash/ash_switches.cc | |
parent | 1913fa13592be57d2f630e32e3ef0dcafe7db68b (diff) | |
download | chromium_src-6885b7338bd3d0e3520115ecb431f954a7effecc.zip chromium_src-6885b7338bd3d0e3520115ecb431f954a7effecc.tar.gz chromium_src-6885b7338bd3d0e3520115ecb431f954a7effecc.tar.bz2 |
Makes workspace2 enabled by default.
BUG=137342
TEST=covered by tests.
R=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10918060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155010 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index ee348c5..8d2dca7 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -13,15 +13,15 @@ const char kAshConstrainPointerToRoot[] = "ash-constrain-pointer-to-root"; // Enable keyboard shortcuts useful for debugging. const char kAshDebugShortcuts[] = "ash-debug-shortcuts"; +// Disables Workspace2. +const char kAshDisableWorkspace2[] = "ash-disable-workspace2"; + // Enable advanced gestures (e.g. for window management). const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures"; // Enables the Oak tree viewer. const char kAshEnableOak[] = "ash-enable-oak"; -// Enables Workspace2. -const char kAshEnableWorkspace2[] = "ash-enable-workspace2"; - // Disable using Ash notifications. const char kAshNotifyDisabled[] = "ash-notify-disabled"; |