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

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

Issue 2816253002: Display "Restart to update Adobe Flash Player" for Flash updates. (Closed)
Patch Set: Add test for Flash player update 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
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..2c1b57fbf2367f1f6c75d12eeeb19c2683ccf981 100644
--- a/ash/public/interfaces/system_tray.mojom
+++ b/ash/public/interfaces/system_tray.mojom
@@ -26,7 +26,7 @@ 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);
James Cook 2017/04/18 23:20:56 nit: wrap line
Greg K 2017/04/18 23:45:23 Done.
};
// Allows ash system tray to control a client (e.g. Chrome browser). Requests

Powered by Google App Engine
This is Rietveld 408576698