Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: ash/system/power/tray_power.cc

Issue 10406010: Rename aura-notify ash-notify and add to about_flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/ash_switches.cc ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/power/tray_power.cc
diff --git a/ash/system/power/tray_power.cc b/ash/system/power/tray_power.cc
index 95f6f8d38a0e87bcf0e6c12c73ac3f0c3c69b728..72e4142ad3cb86dd6d07726d8ed968fcdfef9c4a 100644
--- a/ash/system/power/tray_power.cc
+++ b/ash/system/power/tray_power.cc
@@ -374,7 +374,7 @@ void TrayPower::OnPowerStatusChanged(const PowerSupplyStatus& status) {
if (notification_view_)
notification_view_->UpdatePowerStatus(status);
- if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAuraNotify)) {
+ if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshNotify)) {
if (UpdateNotificationState(status))
ShowNotificationView();
else if (notification_state_ == NOTIFICATION_NONE)
« no previous file with comments | « ash/ash_switches.cc ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698