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

Unified Diff: ash/ash_switches.cc

Issue 11417150: Implement workspace scrubbing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
Index: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 5ea8ab6867e059c68c88531adc3250bb5991aee4..0410a9f18291dbad15e499067b28df84d51332a2 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 Ctrl + up drag / Ctrl + down drag.
+const char kAshEnableWorkspaceScrubbing[] = "ash-enable-workspace-scrubbing";
+
#if defined(OS_LINUX)
// Enable memory monitoring.
const char kAshEnableMemoryMonitor[] = "ash-enable-memory-monitor";
« no previous file with comments | « ash/ash_switches.h ('k') | ash/wm/workspace/workspace.h » ('j') | ash/wm/workspace/workspace.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698