diff options
author | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-16 18:36:53 +0000 |
---|---|---|
committer | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-16 18:36:53 +0000 |
commit | 817ecd183fc100cc16931725ee7bfab0aeb792f3 (patch) | |
tree | 416e89e796d93a4d13e425fb403f59fd1fb15a60 /ash/ash_switches.cc | |
parent | 52bd781ac4eb91011ba107f662e4cd6a31ec8072 (diff) | |
download | chromium_src-817ecd183fc100cc16931725ee7bfab0aeb792f3.zip chromium_src-817ecd183fc100cc16931725ee7bfab0aeb792f3.tar.gz chromium_src-817ecd183fc100cc16931725ee7bfab0aeb792f3.tar.bz2 |
Rename aura-notify ash-notify and add to about_flags.
BUG=124269
TEST=Enable ash-notify in chrome://flags and ensure that ash system notifications for low batter appear instead of desktop notifications
TBR=ben for ash/
Review URL: https://chromiumcodereview.appspot.com/10406010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137465 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index 0d25477..4342a86 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -10,6 +10,9 @@ namespace switches { // Enables the Oak tree viewer. const char kAshEnableOak[] = "ash-enable-oak"; +// Use Ash notifications. +const char kAshNotify[] = "ash-notify"; + // Use Google-style dialog box frames. const char kAuraGoogleDialogFrames[] = "aura-google-dialog-frames"; @@ -22,9 +25,6 @@ const char kAuraLegacyPowerButton[] = "aura-legacy-power-button"; // Avoid drawing drop shadows under windows. const char kAuraNoShadows[] = "aura-no-shadows"; -// Use Aura notifications. -const char kAuraNotify[] = "aura-notify"; - // Use Aura to manage windows of type WINDOW_TYPE_PANEL. const char kAuraPanelManager[] = "aura-panels"; |