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

Unified Diff: chrome/browser/ui/ash/system_tray_common.h

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 | « chrome/browser/ui/ash/system_tray_client.cc ('k') | chrome/browser/ui/ash/system_tray_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/system_tray_common.h
diff --git a/chrome/browser/ui/ash/system_tray_common.h b/chrome/browser/ui/ash/system_tray_common.h
index 29ddd5205f4628fa150af212d072bf9ae815b174..e1804e49e0e2d99d6c7049d6626140a6f77b45d1 100644
--- a/chrome/browser/ui/ash/system_tray_common.h
+++ b/chrome/browser/ui/ash/system_tray_common.h
@@ -25,6 +25,9 @@ class SystemTrayCommon {
// Shows settings related to multiple displays.
static void ShowDisplaySettings();
+ // Shows settings related to power.
+ static void ShowPowerSettings();
+
// Shows the page that lets you disable performance tracing.
static void ShowChromeSlow();
« no previous file with comments | « chrome/browser/ui/ash/system_tray_client.cc ('k') | chrome/browser/ui/ash/system_tray_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698