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

Unified Diff: ash/public/interfaces/system_tray.mojom

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/public/interfaces/system_tray.mojom
diff --git a/ash/public/interfaces/system_tray.mojom b/ash/public/interfaces/system_tray.mojom
index 538c245cbb4ac75633e4a87f21f318ef2eeefe41..68caeb65b7c2db5c7fbc767d751a8cb77c3d2ced 100644
--- a/ash/public/interfaces/system_tray.mojom
+++ b/ash/public/interfaces/system_tray.mojom
@@ -27,7 +27,8 @@ interface SystemTrayClient {
// Shows settings related to multiple displays.
ShowDisplaySettings();
- // TODO(crbug.com/647412): ShowPowerSettings();
+ // Shows settings related to power.
+ ShowPowerSettings();
// Shows the page that lets you disable performance tracing.
ShowChromeSlow();

Powered by Google App Engine
This is Rietveld 408576698