Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2306)

Unified Diff: extensions/browser/notification_types.h

Issue 2893693002: Remove NOTIFICATION_EXTENSION_ENABLED. (Closed)
Patch Set: address comments Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/browser/events/lazy_event_dispatch_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « extensions/browser/events/lazy_event_dispatch_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698