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

Unified Diff: ash/public/interfaces/update.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/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,
+};

Powered by Google App Engine
This is Rietveld 408576698