diff options
Diffstat (limited to 'chrome/browser/extensions/extension_module.h')
-rw-r--r-- | chrome/browser/extensions/extension_module.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/extensions/extension_module.h b/chrome/browser/extensions/extension_module.h index 6e0560f3..b7b8551 100644 --- a/chrome/browser/extensions/extension_module.h +++ b/chrome/browser/extensions/extension_module.h @@ -10,13 +10,6 @@ class ExtensionPrefs; -class ExtensionModuleEventRouter { - public: - // Dispatches the onInstalled event to the given extension. - static void DispatchOnInstalledEvent(Profile* profile, - const Extension* extension); -}; - class SetUpdateUrlDataFunction : public SyncExtensionFunction { protected: virtual bool RunImpl() OVERRIDE; |