| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index c45b0723a83e7334570508dbec30ef5c85ea417c..8c8016450071a64b9f9929ca70a8e306ce8b9c94 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -63,7 +63,6 @@ class Extension;
|
| class ExtensionDevToolsManager;
|
| class ExtensionEventRouter;
|
| class ExtensionInfoMap;
|
| -class ExtensionIOEventRouter;
|
| class ExtensionMessageService;
|
| class ExtensionPrefValueMap;
|
| class ExtensionProcessManager;
|
| @@ -142,7 +141,7 @@ class Profile {
|
| static const char* kProfileKey;
|
|
|
| // Value that represents no profile Id.
|
| - static const ProfileId InvalidProfileId;
|
| + static const ProfileId kInvalidProfileId;
|
|
|
| Profile();
|
| virtual ~Profile() {}
|
| @@ -227,9 +226,6 @@ class Profile {
|
| // Accessor. The instance is created at startup.
|
| virtual ExtensionEventRouter* GetExtensionEventRouter() = 0;
|
|
|
| - // Accessor. The instance is created at startup.
|
| - virtual ExtensionIOEventRouter* GetExtensionIOEventRouter() = 0;
|
| -
|
| // Accessor. The instance is created upon first access.
|
| virtual ExtensionSpecialStoragePolicy*
|
| GetExtensionSpecialStoragePolicy() = 0;
|
|
|