Chromium Code Reviews

Unified Diff: chrome/common/chrome_notification_types.h

Issue 11440020: Add an outdated upgrade bubble view. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync'd to ToT. Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index 1708a1ecaa7c28ecc688afcf260b17c56aeb5f31..6343f357b013e6283debc87ff115b302063e1169 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -746,6 +746,9 @@ enum NotificationType {
// Sent when a critical update has been installed. No details are expected.
NOTIFICATION_CRITICAL_UPGRADE_INSTALLED,
+ // Sent when the current install is outdated. No details are expected.
+ NOTIFICATION_OUTDATED_INSTALL,
+
// Software incompatibility notifications ----------------------------------
// Sent when Chrome has finished compiling the list of loaded modules (and

Powered by Google App Engine