| 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 b3923bd5652b220512c91ca940561c5e27fe0780..8c3bdb928a2b5257497c46c149e9b92763b6a504 100644
|
| --- a/chrome/browser/ui/ash/system_tray_client.h
|
| +++ b/chrome/browser/ui/ash/system_tray_client.h
|
| @@ -35,6 +35,7 @@ class SystemTrayClient : public ash::mojom::SystemTrayClient,
|
| // ash::mojom::SystemTrayClient:
|
| void ShowSettings() override;
|
| void ShowDateSettings() override;
|
| + void ShowSetTimeDialog() override;
|
| void ShowDisplaySettings() override;
|
| void ShowPowerSettings() override;
|
| void ShowChromeSlow() override;
|
|
|