Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: ash/common/system/tray/system_tray_controller.h

Issue 2493973003: Display "Restart to update" dialog to Chrome OS users. (Closed)
Patch Set: Display "Restart to update" dialog to Chrome OS users. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 eda45914a354e184d566a628a68cbdc34c0382ae..a158322184bdadb84a587f4726ba084770a7b066 100644
--- a/ash/common/system/tray/system_tray_controller.h
+++ b/ash/common/system/tray/system_tray_controller.h
@@ -51,7 +51,7 @@ class ASH_EXPORT SystemTrayController
void ShowNetworkSettings(const std::string& network_id);
void ShowProxySettings();
void SignOut();
- void RequestRestartForUpdate();
+ void RequestRestartForUpdate(bool always_reboot);
James Cook 2016/11/30 23:01:40 Can the "always_reboot" information be cached in t
// Binds the mojom::SystemTray interface to this object.
void BindRequest(mojom::SystemTrayRequest request);
« no previous file with comments | « no previous file | ash/common/system/tray/system_tray_controller.cc » ('j') | ash/common/system/tray/system_tray_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698