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

Unified Diff: ash/ash_switches.cc

Issue 14273008: Add ash-enable-sticky-edges for 'sticky' instead of 'snap' behavior. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 ac87287ae0a0bece103b50889accb9a2bf083da8..245a5feaf6893e3ed0887229b1a29168c50917db 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -79,6 +79,9 @@ const char kAshEnableMemoryMonitor[] = "ash-enable-memory-monitor";
// Enables the Oak tree viewer.
const char kAshEnableOak[] = "ash-enable-oak";
+// Enables "sticky" edges instead of "snap-to-edge"
+const char kAshEnableStickyEdges[] = "ash-enable-sticky-edges";
+
// Enables showing the tray bubble by dragging on the shelf.
const char kAshEnableTrayDragging[] = "ash-enable-tray-dragging";
« no previous file with comments | « ash/ash_switches.h ('k') | ash/wm/base_layout_manager.cc » ('j') | ash/wm/base_layout_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698