| Index: chrome/browser/ui/ash/system_tray_client.h
|
| diff --git a/chrome/browser/ui/ash/system_tray_client.h b/chrome/browser/ui/ash/system_tray_client.h
|
| index e3b27f154423b2b1087f90a099f6035856eb868f..54789cadcdad2c9d16dd8a61728ad908e848a140 100644
|
| --- a/chrome/browser/ui/ash/system_tray_client.h
|
| +++ b/chrome/browser/ui/ash/system_tray_client.h
|
| @@ -31,6 +31,7 @@ class SystemTrayClient : public ash::mojom::SystemTrayClient,
|
| void ShowSettings() override;
|
| void ShowDateSettings() override;
|
| void ShowDisplaySettings() override;
|
| + void ShowPowerSettings() override;
|
| void ShowChromeSlow() override;
|
| void ShowIMESettings() override;
|
| void ShowHelp() override;
|
|
|