| 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";
|
|
|
|
|