diff options
author | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-27 21:07:11 +0000 |
---|---|---|
committer | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-27 21:07:11 +0000 |
commit | 7da9a823b8f64e7502e83ca0fc2c1cb68e63cdc4 (patch) | |
tree | 7c3586db16e97868451cd245849972f22fd14188 /chrome/browser/extensions/extension_preference_api.h | |
parent | 6bb26a170b75285b9256ab8987fd26a8b57a6a6e (diff) | |
download | chromium_src-7da9a823b8f64e7502e83ca0fc2c1cb68e63cdc4.zip chromium_src-7da9a823b8f64e7502e83ca0fc2c1cb68e63cdc4.tar.gz chromium_src-7da9a823b8f64e7502e83ca0fc2c1cb68e63cdc4.tar.bz2 |
Revert "Change event routers from singletons to being owned by the ExtensionService."
This breaks, among other things, multi-profile and the first run dialog.
Reverting at least for M13.
This reverts commit 45758c29485736d7164085e6b7f8bf0999df1c4f.
BUG=81745
TEST=none
Review URL: http://codereview.chromium.org/7084006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87083 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_preference_api.h')
-rw-r--r-- | chrome/browser/extensions/extension_preference_api.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_preference_api.h b/chrome/browser/extensions/extension_preference_api.h index 6f6b3da..06897ce 100644 --- a/chrome/browser/extensions/extension_preference_api.h +++ b/chrome/browser/extensions/extension_preference_api.h @@ -17,8 +17,6 @@ class ExtensionPreferenceEventRouter : public NotificationObserver { explicit ExtensionPreferenceEventRouter(Profile* profile); virtual ~ExtensionPreferenceEventRouter(); - void Init(); - private: // NotificationObserver implementation. virtual void Observe(NotificationType type, |