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) |