diff options
author | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-18 16:20:46 +0000 |
---|---|---|
committer | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-18 16:20:46 +0000 |
commit | e154db37450561942285e2cdb00adce0171e15aa (patch) | |
tree | 45834210e85bbe4bf52b06e9bc95014736f977f6 /ash/ash_switches.cc | |
parent | c6d4bc432dfd552f842b5288e44514e4c23385b9 (diff) | |
download | chromium_src-e154db37450561942285e2cdb00adce0171e15aa.zip chromium_src-e154db37450561942285e2cdb00adce0171e15aa.tar.gz chromium_src-e154db37450561942285e2cdb00adce0171e15aa.tar.bz2 |
Change kAshNotify to kAshNotifyDisabled (default ash notifications to enabled)
BUG=124914
TEST=Ash notifications should be enabled by default, can be disabled with --ash-notify-disabled
TBR=sadrul@chormium.org
Review URL: https://chromiumcodereview.appspot.com/10540168
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142730 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index b34f135..523549e 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -17,8 +17,8 @@ const char kAshEnableOak[] = "ash-enable-oak"; // Enable extended desktop. const char kAshExtendedDesktop[] = "ash-extended-desktop"; -// Use Ash notifications. -const char kAshNotify[] = "ash-notify"; +// Disable using Ash notifications. +const char kAshNotifyDisabled[] = "ash-notify-disabled"; // Enables the heads-up display for tracking touch points. const char kAshTouchHud[] = "ash-touch-hud"; |