diff options
author | pkotwicz <pkotwicz@chromium.org> | 2015-01-26 12:31:14 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-26 20:32:30 +0000 |
commit | 3b8c3d2c4048171e15d9ad09ca290623b7b8ccdb (patch) | |
tree | 183d4e96e5aa00e274020803c506ef0b5027160e /ash/ash_switches.cc | |
parent | 5dfcd8a46039dbc7b571ae9696349f0c1fa4cce5 (diff) | |
download | chromium_src-3b8c3d2c4048171e15d9ad09ca290623b7b8ccdb.zip chromium_src-3b8c3d2c4048171e15d9ad09ca290623b7b8ccdb.tar.gz chromium_src-3b8c3d2c4048171e15d9ad09ca290623b7b8ccdb.tar.bz2 |
Remove --ash-enable-tray-dragging flag
BUG=449849
TEST=Peter is happy
Review URL: https://codereview.chromium.org/879653002
Cr-Commit-Position: refs/heads/master@{#313119}
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index 4eab689..637d7d0 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -71,9 +71,6 @@ const char kAshEnableTouchViewTesting[] = "ash-enable-touch-view-testing"; // ChromeVox is enabled or not. const char kAshEnableSystemSounds[] = "ash-enable-system-sounds"; -// Enables showing the tray bubble by dragging on the shelf. -const char kAshEnableTrayDragging[] = "ash-enable-tray-dragging"; - // Hides notifications that are irrelevant to Chrome OS device factory testing, // such as battery level updates. const char kAshHideNotificationsForFactory[] = |