summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_module.h
diff options
context:
space:
mode:
authormihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-04 22:54:48 +0000
committermihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-04 22:54:48 +0000
commitb5e1318a76a2a8c7ae41d172a6c6f2996775ef38 (patch)
treeaa4f64a54681207a602ee35a17201f5dca055217 /chrome/browser/extensions/extension_module.h
parenta1385e49dded240ad0d8afcb8b5e837e598d2d2b (diff)
downloadchromium_src-b5e1318a76a2a8c7ae41d172a6c6f2996775ef38.zip
chromium_src-b5e1318a76a2a8c7ae41d172a6c6f2996775ef38.tar.gz
chromium_src-b5e1318a76a2a8c7ae41d172a6c6f2996775ef38.tar.bz2
Move transient background events from chrome.experimental.extension to chrome.experimental.runtime
This namespace makes more sense for APIs that are applicable to apps too. R=mpcomplete@chromium.org Review URL: https://chromiumcodereview.appspot.com/9968116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130758 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_module.h')
-rw-r--r--chrome/browser/extensions/extension_module.h7
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;