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

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

Issue 2816253002: Display "Restart to update Adobe Flash Player" for Flash updates. (Closed)
Patch Set: Fix broken test 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..5d5270d27904dc4682f5509c4fa76c360d5458c9 100644
--- a/ash/public/interfaces/update.mojom
+++ b/ash/public/interfaces/update.mojom
@@ -15,3 +15,10 @@ enum UpdateSeverity {
SEVERE,
CRITICAL,
};
+
+// The type of update being applied. Sets the string in the system tray.
+enum UpdateType {
+ NONE,
James Cook 2017/04/18 00:57:28 Is NONE used? If not, I would just provide SYSTEM
Greg K 2017/04/18 22:46:50 Done.
+ SYSTEM,
+ FLASH
+};

Powered by Google App Engine
This is Rietveld 408576698