| Index: extensions/browser/notification_types.h
|
| diff --git a/extensions/browser/notification_types.h b/extensions/browser/notification_types.h
|
| index 8c398b79bc587a43f9fd05351c4ee1509ed1f46f..e830dcafc78b825e8752dc91f9a58f6ddeb42ddc 100644
|
| --- a/extensions/browser/notification_types.h
|
| +++ b/extensions/browser/notification_types.h
|
| @@ -38,13 +38,6 @@ enum NotificationType {
|
| // string with details about why the load failed.
|
| NOTIFICATION_EXTENSION_LOAD_ERROR,
|
|
|
| - // Sent when an extension is enabled. Under most circumstances, listeners will
|
| - // want to use ExtensionRegistryObserver::OnExtensionLoaded(). This
|
| - // notification is only fired when the "Enable" button is hit in the
|
| - // extensions tab. The details are an Extension, and the source is a
|
| - // BrowserContext*.
|
| - NOTIFICATION_EXTENSION_ENABLED,
|
| -
|
| // Sent when attempting to load a new extension, but they are disabled. The
|
| // details are an Extension, and the source is a BrowserContext*.
|
| NOTIFICATION_EXTENSION_UPDATE_DISABLED,
|
|
|