| 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();
|
|
|
|
|