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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 2882933002: Add update available icon in system tray (Closed)
Patch Set: Apply fix to patch set 3 Created 3 years, 7 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: chrome/browser/chrome_notification_types.h
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
index 1d72e8f18f2a5eb72c655038828379ab955b2f14..5daf8ae4e6afbba35fe51426b0ac256e49dd6c7e 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -273,6 +273,10 @@ enum NotificationType {
// expected.
NOTIFICATION_UPGRADE_RECOMMENDED,
+ // Sent when Chrome believes an update is available, but downloading requires
sky 2017/05/18 15:50:43 Seen comments on line 25-27. What would it take to
weidongg 2017/05/18 20:36:35 Oh, I didn't notice that. I migrate this notificat
+ // user's permission as current connection is cellular.
+ NOTIFICATION_UPDATE_OVER_CELLULAR_AVAILABLE,
+
// Sent when a critical update has been installed. No details are expected.
NOTIFICATION_CRITICAL_UPGRADE_INSTALLED,

Powered by Google App Engine
This is Rietveld 408576698