Index: chrome/browser/chrome_notification_types.h |
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h |
index 9303cac9c659d6ee4d97d78ba59010bb07a23334..8550eb7f63093d7af4efb4dd004931c4eb7e2f84 100644 |
--- a/chrome/browser/chrome_notification_types.h |
+++ b/chrome/browser/chrome_notification_types.h |
@@ -418,9 +418,11 @@ enum NotificationType { |
// UpdatedExtensionPermissionsInfo, and the source is a Profile. |
NOTIFICATION_EXTENSION_PERMISSIONS_UPDATED, |
+ // DEPRECATED: Use ExtensionRegistry::AddObserver instead. |
+ // |
// Sent when new extensions are installed, or existing extensions are updated. |
// The details are an InstalledExtensionInfo, and the source is a Profile. |
- NOTIFICATION_EXTENSION_INSTALLED, |
+ NOTIFICATION_EXTENSION_INSTALLED_DEPRECATED, |
// An error occured during extension install. The details are a string with |
// details about why the install failed. |