diff options
author | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-24 17:28:47 +0000 |
---|---|---|
committer | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-24 17:28:47 +0000 |
commit | 3bf09e842dc9f3a2dc31c1fbf05989a03c5ab987 (patch) | |
tree | 88416c74d4d6801f0b3ad15b530aae869e3c8fb7 /ash/ash_switches.cc | |
parent | 2dd65060e2c12f3c840c12480fefb18abe96a878 (diff) | |
download | chromium_src-3bf09e842dc9f3a2dc31c1fbf05989a03c5ab987.zip chromium_src-3bf09e842dc9f3a2dc31c1fbf05989a03c5ab987.tar.gz chromium_src-3bf09e842dc9f3a2dc31c1fbf05989a03c5ab987.tar.bz2 |
Eliminate kAshNotifyDisabled and SystemNotification
BUG=134561
For OWNERS:
TBR=ben
Review URL: https://codereview.chromium.org/10947046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158305 0039d316-1c4b-4281-b951-d872f2087c98
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 32336fc..e4f2a34 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -31,9 +31,6 @@ const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures"; // Enables the Oak tree viewer. const char kAshEnableOak[] = "ash-enable-oak"; -// Disable using Ash notifications. -const char kAshNotifyDisabled[] = "ash-notify-disabled"; - // 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 |