| Index: ash/system/power/tray_power.cc
|
| ===================================================================
|
| --- ash/system/power/tray_power.cc (revision 144827)
|
| +++ ash/system/power/tray_power.cc (working copy)
|
| @@ -210,8 +210,7 @@
|
| if (notification_view_)
|
| notification_view_->UpdatePowerStatus(status);
|
|
|
| - if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kAshNotifyDisabled)) {
|
| + if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshNotify)) {
|
| if (UpdateNotificationState(status))
|
| ShowNotificationView();
|
| else if (notification_state_ == NOTIFICATION_NONE)
|
|
|