Index: ash/ash_switches.cc |
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
index 7f9380327c3b0aca054ae339a13ec8245148676b..d90327443214dacb53e0d2eca1611328ae6d08aa 100644 |
--- a/ash/ash_switches.cc |
+++ b/ash/ash_switches.cc |
@@ -46,6 +46,9 @@ const char kAshDisablePanelFitting[] = "ash-disable-panel-fitting"; |
// Enable advanced gestures (e.g. for window management). |
const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures"; |
+// Enable workspace switching via a three finger vertical scroll. |
+const char kAshEnableWorkspaceScrubbing[] = "ash-enable-workspace-scrubbing"; |
+ |
#if defined(OS_LINUX) |
// Enable memory monitoring. |
const char kAshEnableMemoryMonitor[] = "ash-enable-memory-monitor"; |