summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r--ash/ash_switches.cc6
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";