From e154db37450561942285e2cdb00adce0171e15aa Mon Sep 17 00:00:00 2001 From: "stevenjb@google.com" Date: Mon, 18 Jun 2012 16:20:46 +0000 Subject: 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 --- ash/ash_switches.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ash/ash_switches.cc') 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"; -- cgit v1.1