diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-25 17:45:14 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-25 17:45:14 +0000 |
commit | fd42270f7d1c9b6c560e69592075fe1fc880325c (patch) | |
tree | ab6d1c68b91d6ac79dbc3a4bfdab1ff142c5cc90 /ash/ash_switches.cc | |
parent | 76cf9be18c6bfd30b8f3f64b286979f1ee02461f (diff) | |
download | chromium_src-fd42270f7d1c9b6c560e69592075fe1fc880325c.zip chromium_src-fd42270f7d1c9b6c560e69592075fe1fc880325c.tar.gz chromium_src-fd42270f7d1c9b6c560e69592075fe1fc880325c.tar.bz2 |
ash: Disable tray-dragging by default.
BUG=152187, 146878
Review URL: https://codereview.chromium.org/10989019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158605 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index e4f2a34..4fd6389 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -31,6 +31,9 @@ const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures"; // Enables the Oak tree viewer. const char kAshEnableOak[] = "ash-enable-oak"; +// Enables showing the tray bubble by dragging on the shelf. +const char kAshEnableTrayDragging[] = "ash-enable-tray-dragging"; + // Specifies the layout mode and offsets for the secondary display for // testing. The format is "<t|r|b|l>,<offset>" where t=TOP, r=RIGHT, // b=BOTTOM and L=LEFT. For example, 'r,-100' means the secondary display |