Chromium Code Reviews| Index: ash/mus/system_tray_delegate_mus.cc |
| diff --git a/ash/mus/system_tray_delegate_mus.cc b/ash/mus/system_tray_delegate_mus.cc |
| index 6d390b7d76efc4de6101525e521e78d73adbe2c7..1c520240cadfc39bd8f70277607e5e07391cfc00 100644 |
| --- a/ash/mus/system_tray_delegate_mus.cc |
| +++ b/ash/mus/system_tray_delegate_mus.cc |
| @@ -79,8 +79,7 @@ void SystemTrayDelegateMus::ShowDisplaySettings() { |
| } |
| void SystemTrayDelegateMus::ShowPowerSettings() { |
| - // http://crbug.com/647412 |
| - NOTIMPLEMENTED(); |
| + ConnectToSystemTrayClient()->ShowPowerSettings(); |
|
michaelpg
2016/09/28 23:09:15
does this mean power_handler.cc be updated as well
James Cook
2016/09/29 15:28:29
Yes, power_handler.cc will need to be updated to s
michaelpg
2016/09/29 17:00:51
The only reason to open Settings from the notifica
|
| } |
| void SystemTrayDelegateMus::ShowChromeSlow() { |