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

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

Issue 2816253002: Display "Restart to update Adobe Flash Player" for Flash updates. (Closed)
Patch Set: Fix nits from last review Created 3 years, 8 months 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
« no previous file with comments | « ash/ash_strings.grd ('k') | ash/public/interfaces/update.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/interfaces/system_tray.mojom
diff --git a/ash/public/interfaces/system_tray.mojom b/ash/public/interfaces/system_tray.mojom
index 65046057140468cac34ad4d88aa38483c30435fb..fc980e88c20b0f3c5ec7a27371eb3c344ae02f90 100644
--- a/ash/public/interfaces/system_tray.mojom
+++ b/ash/public/interfaces/system_tray.mojom
@@ -26,7 +26,9 @@ interface SystemTray {
// Shows an icon in the system tray indicating that a software update is
// available. Once shown the icon persists until reboot. |severity| and
// |factory_reset_required| are used to set the icon, color, and tooltip.
- ShowUpdateIcon(UpdateSeverity severity, bool factory_reset_required);
+ ShowUpdateIcon(UpdateSeverity severity,
+ bool factory_reset_required,
+ UpdateType update_type);
};
// Allows ash system tray to control a client (e.g. Chrome browser). Requests
« no previous file with comments | « ash/ash_strings.grd ('k') | ash/public/interfaces/update.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698