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); |
}; |