Chromium Code Reviews| Index: chrome/browser/profiles/profile.h |
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
| index c9fc3e19d3e58edd78158c0bc73fb7c2e7ff2a58..b6f790aba77b386c10e52f2f8935e09f0c048c64 100644 |
| --- a/chrome/browser/profiles/profile.h |
| +++ b/chrome/browser/profiles/profile.h |
| @@ -18,7 +18,6 @@ |
| class ChromeAppCacheService; |
| class DevToolsNetworkController; |
| -class ExtensionService; |
| class ExtensionSpecialStoragePolicy; |
| class FaviconService; |
| class HostContentSettingsMap; |
| @@ -212,12 +211,6 @@ class Profile : public content::BrowserContext { |
| // Variant of GetTopSites that doesn't force creation. |
| virtual history::TopSites* GetTopSitesWithoutCreating() = 0; |
| - // DEPRECATED. Instead, use ExtensionSystem::extension_service(). |
| - // Retrieves a pointer to the ExtensionService associated with this |
| - // profile. The ExtensionService is created at startup. |
| - // TODO(yoz): remove this accessor (bug 104095). |
| - virtual ExtensionService* GetExtensionService() = 0; |
|
Devlin
2014/06/25 19:38:48
Woohoo!!!!! :D
|
| - |
| // Accessor. The instance is created upon first access. |
| virtual ExtensionSpecialStoragePolicy* |
| GetExtensionSpecialStoragePolicy() = 0; |