| Index: chrome/browser/chrome_notification_types.h
|
| diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
|
| index 381252e025fcaf350df8ac86b0657b47a86f145d..1069bb1192f2b8c3156500ae746fd033586d1695 100644
|
| --- a/chrome/browser/chrome_notification_types.h
|
| +++ b/chrome/browser/chrome_notification_types.h
|
| @@ -532,6 +532,12 @@ enum NotificationType {
|
| // removed the extension from its internal state.
|
| NOTIFICATION_EXTENSION_UNLOADED,
|
|
|
| + // Sent when an Extension object is removed from ExtensionService. This
|
| + // can happen when an extension is uninstalled, upgraded, or blacklisted,
|
| + // including all cases when the Extension is deleted. The details are an
|
| + // Extension, and the source is a Profile.
|
| + NOTIFICATION_EXTENSION_REMOVED,
|
| +
|
| // Sent after a new ExtensionHost is created. The details are
|
| // an ExtensionHost* and the source is a Profile*.
|
| NOTIFICATION_EXTENSION_HOST_CREATED,
|
|
|