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

Unified Diff: ash/public/interfaces/system_tray.mojom

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/public/interfaces/system_tray.mojom
diff --git a/ash/public/interfaces/system_tray.mojom b/ash/public/interfaces/system_tray.mojom
index 89362dd8dbb65d03196c6261a212bd9389d94bb9..46cf59cc23ca1fee6491255e4fcfa6cb3b97b740 100644
--- a/ash/public/interfaces/system_tray.mojom
+++ b/ash/public/interfaces/system_tray.mojom
@@ -85,5 +85,5 @@ interface SystemTrayClient {
SignOut();
// Attempts to restart the system for update.
- RequestRestartForUpdate();
+ RequestRestartForUpdate(bool always_reboot);
};

Powered by Google App Engine
This is Rietveld 408576698