| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index f9a1ff717427329a49d9973cb37372d2dc461f7f..08e9dd4c024bab5ed1394f15a381292f764781b0 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 scroll.
|
| +const char kAshEnableWorkspaceScrubbing[] = "ash-enable-workspace-scrubbing";
|
| +
|
| #if defined(OS_LINUX)
|
| // Enable memory monitoring.
|
| const char kAshEnableMemoryMonitor[] = "ash-enable-memory-monitor";
|
|
|