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

Unified Diff: extensions/browser/extension_registry.h

Issue 2893693002: Remove NOTIFICATION_EXTENSION_ENABLED. (Closed)
Patch Set: Created 3 years, 7 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
Index: extensions/browser/extension_registry.h
diff --git a/extensions/browser/extension_registry.h b/extensions/browser/extension_registry.h
index 81bb6f5bef538ecc9f9dab3ebb8355a549edce96..6fac77074956cdadc38d9a4227995a55a54ecabe 100644
--- a/extensions/browser/extension_registry.h
+++ b/extensions/browser/extension_registry.h
@@ -95,6 +95,9 @@ class ExtensionRegistry : public KeyedService {
// extension's child process.
void TriggerOnReady(const Extension* extension);
+ // Invokes the observer method OnExtensionEnabled().
+ void TriggerOnEnabled(const Extension* extension);
+
// Invokes the observer method OnExtensionUnloaded(). The extension must not
// be enabled at the time of the call.
void TriggerOnUnloaded(const Extension* extension,

Powered by Google App Engine
This is Rietveld 408576698