| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index c4890d8cc41407a5c947a844358ed1ec0b1a66ac..b589e262b2d31a167cb9fcfbb6d3617f61984965 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -51,10 +51,6 @@ namespace content {
|
| class WebUI;
|
| }
|
|
|
| -namespace extensions {
|
| -class EventRouter;
|
| -}
|
| -
|
| namespace fileapi {
|
| class FileSystemContext;
|
| }
|
| @@ -197,11 +193,6 @@ class Profile : public content::BrowserContext {
|
| // TODO(yoz): remove this accessor (bug 104095).
|
| virtual ExtensionService* GetExtensionService() = 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;
|
|
|