| 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 a63a2d30db462520af249ebb5f289af90eaeba9b..9aee553438a53b4155ad296a34c06b5f937823cb 100644
|
| --- a/chrome/browser/ui/ash/system_tray_client.h
|
| +++ b/chrome/browser/ui/ash/system_tray_client.h
|
| @@ -61,6 +61,8 @@ class SystemTrayClient : public ash::mojom::SystemTrayClient,
|
| void ShowNetworkCreate(const std::string& type) override;
|
| void ShowNetworkSettings(const std::string& network_id) override;
|
| void ShowProxySettings() override;
|
| + void SignOut() override;
|
| + void RequestRestartForUpdate() override;
|
|
|
| private:
|
| // chromeos::system::SystemClockObserver:
|
|
|