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

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: Preserve docked state when launcher auto-hide changes. Created 7 years, 8 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 b6908a7f28fff43ad248d5a10300621a84cf514d..5cce15f903fbc3476a291f282c064edad142385f 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -78,6 +78,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/01 17:34:04 We might want a nicer name for this. Enable docked
varkha 2013/05/18 03:06:37 Done.
+const char kAshEnableGutter[] = "ash-enable-gutter";
+
// Enable the new audio handler.
const char kAshEnableNewAudioHandler[] = "ash-enable-new-audio-handler";
« no previous file with comments | « ash/ash_switches.h ('k') | ash/wm/property_util.h » ('j') | ash/wm/window_properties.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698