| Index: chrome/browser/ui/ash/system_tray_client.cc
|
| diff --git a/chrome/browser/ui/ash/system_tray_client.cc b/chrome/browser/ui/ash/system_tray_client.cc
|
| index df8c5e0b1578c95c8197fde50f23316bbdc9fd15..ad01971f87d81fcfefb5b692e76b9e38590549c3 100644
|
| --- a/chrome/browser/ui/ash/system_tray_client.cc
|
| +++ b/chrome/browser/ui/ash/system_tray_client.cc
|
| @@ -72,6 +72,10 @@ void SystemTrayClient::ShowDisplaySettings() {
|
| SystemTrayCommon::ShowDisplaySettings();
|
| }
|
|
|
| +void SystemTrayClient::ShowPowerSettings() {
|
| + SystemTrayCommon::ShowPowerSettings();
|
| +}
|
| +
|
| void SystemTrayClient::ShowChromeSlow() {
|
| SystemTrayCommon::ShowChromeSlow();
|
| }
|
|
|