| 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();
|
| }
|
|
|
| void SystemTrayDelegateMus::ShowChromeSlow() {
|
|
|