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

Unified Diff: ash/public/interfaces/update.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/public/interfaces/system_tray.mojom ('k') | ash/system/tray/system_tray_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/interfaces/update.mojom
diff --git a/ash/public/interfaces/update.mojom b/ash/public/interfaces/update.mojom
index dd52e5033cadad36ae881dd3f6c896f4336caf5e..894d19a9036248429ef4016d51e4fc9c34bf93c2 100644
--- a/ash/public/interfaces/update.mojom
+++ b/ash/public/interfaces/update.mojom
@@ -15,3 +15,9 @@ enum UpdateSeverity {
SEVERE,
CRITICAL,
};
+
+// The type of update being applied. Sets the string in the system tray.
+enum UpdateType {
+ FLASH,
+ SYSTEM,
+};
« no previous file with comments | « ash/public/interfaces/system_tray.mojom ('k') | ash/system/tray/system_tray_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698