| 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 82e82dfd410eae6f4b9bdd6e56bc534872d37bdd..1d118e09e47835b74c99984fb9a0461ec36c66e6 100644
|
| --- a/chrome/browser/ui/ash/system_tray_client.h
|
| +++ b/chrome/browser/ui/ash/system_tray_client.h
|
| @@ -63,7 +63,7 @@ class SystemTrayClient : public ash::mojom::SystemTrayClient,
|
| void ShowNetworkSettings(const std::string& network_id) override;
|
| void ShowProxySettings() override;
|
| void SignOut() override;
|
| - void RequestRestartForUpdate() override;
|
| + void RequestRestartForUpdate(bool always_reboot) override;
|
|
|
| private:
|
| // chromeos::system::SystemClockObserver:
|
|
|