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

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: Dock on left or right edge 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 14e9064eabdc8ef3fa99b0b26785af903287ac8a..64e796ecc4084b3a09962713f5041d77dfe1c2a4 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -72,6 +72,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.
flackr 2013/05/31 14:23:45 s/gutter/dock.
varkha 2013/05/31 23:33:42 Done.
+const char kAshEnableDockedWindows[] = "ash-enable-docked-windows";
+
// Enable immersive fullscreen mode, regardless of default setting.
const char kAshEnableImmersiveFullscreen[] = "ash-enable-immersive-fullscreen";

Powered by Google App Engine
This is Rietveld 408576698