| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 15f83d2c273358009170eda6e56e99a2de9e068b..556ef4918d9b60fce4fb806a011eb6a7c1f5a4ae 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -52,7 +52,6 @@ class WebUI;
|
| }
|
|
|
| namespace extensions {
|
| -class EventRouter;
|
| class UserScriptMaster;
|
| }
|
|
|
| @@ -205,11 +204,6 @@ class Profile : public content::BrowserContext {
|
| // TODO(yoz): remove this accessor (bug 104095).
|
| virtual extensions::UserScriptMaster* GetUserScriptMaster() = 0;
|
|
|
| - // DEPRECATED. Instead, use ExtensionSystem::event_router().
|
| - // Accessor. The instance is created at startup.
|
| - // TODO(yoz): remove this accessor (bug 104095).
|
| - virtual extensions::EventRouter* GetExtensionEventRouter() = 0;
|
| -
|
| // Accessor. The instance is created upon first access.
|
| virtual ExtensionSpecialStoragePolicy*
|
| GetExtensionSpecialStoragePolicy() = 0;
|
|
|