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

Unified Diff: ash/ash_switches.cc

Issue 13896026: Stick windows to sides of workspaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Correcting logic to avoid getting stuck on resize Created 7 years, 7 months 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 fe707f2e2c87aa2e5d20382835bc32066c1beb98..c7bf3c200e4bac1cbac0c2a2110a43abf3f4e336 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -85,6 +85,9 @@ const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures";
// main monitor as internal.
const char kAshEnableBrightnessControl[] = "ash-enable-brightness-control";
+// Enable the gutter area on a desktop.
+const char kAshEnableDockedWindows[] = "ash-enable-docked-windows";
+
// Enable immersive fullscreen mode, regardless of default setting.
const char kAshEnableImmersiveFullscreen[] = "ash-enable-immersive-fullscreen";
« no previous file with comments | « ash/ash_switches.h ('k') | ash/wm/base_layout_manager.cc » ('j') | ash/wm/property_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698