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

Unified Diff: ash/mus/system_tray_delegate_mus.cc

Issue 2377703003: Support SystemTrayDelegate::ShowPowerSettings() in mustash (Closed)
Patch Set: Remove if 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
« no previous file with comments | « no previous file | ash/public/interfaces/system_tray.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « no previous file | ash/public/interfaces/system_tray.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698