Index: chrome/browser/chrome_notification_types.h |
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h |
index faa0fb349bfc899db08af32e9ff4c92f1d412f93..3c8209ba9738394125b83d5f102e7883d38a4bd4 100644 |
--- a/chrome/browser/chrome_notification_types.h |
+++ b/chrome/browser/chrome_notification_types.h |
@@ -630,6 +630,10 @@ enum NotificationType { |
// Sent when the current install is outdated. No details are expected. |
NOTIFICATION_OUTDATED_INSTALL, |
+ // Sent when the current install is outdated and auto-update (AU) is disabled. |
+ // No details are expected. |
+ NOTIFICATION_OUTDATED_INSTALL_NO_AU, |
+ |
// Software incompatibility notifications ---------------------------------- |
// Sent when Chrome has finished compiling the list of loaded modules (and |