| Index: ash/common/system/tray/system_tray_controller.h
|
| diff --git a/ash/common/system/tray/system_tray_controller.h b/ash/common/system/tray/system_tray_controller.h
|
| index 3aa2bcb926c47d83a3fdfd2753e8a7da7bb52b8e..2cfb8bf87985498753d88d23c62e37d78db7ee8e 100644
|
| --- a/ash/common/system/tray/system_tray_controller.h
|
| +++ b/ash/common/system/tray/system_tray_controller.h
|
| @@ -57,6 +57,8 @@ class ASH_EXPORT SystemTrayController
|
| void ShowNetworkCreate(const std::string& type);
|
| void ShowNetworkSettings(const std::string& network_id);
|
| void ShowProxySettings();
|
| + void SignOut();
|
| + void RequestRestartForUpdate();
|
|
|
| // Binds the mojom::SystemTray interface to this object.
|
| void BindRequest(mojom::SystemTrayRequest request);
|
|
|