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

Unified Diff: ash/mus/system_tray_delegate_mus.cc

Issue 2377703003: Support SystemTrayDelegate::ShowPowerSettings() in mustash (Closed)
Patch Set: Created 4 years, 3 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
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() {

Powered by Google App Engine
This is Rietveld 408576698