Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1886)

Unified Diff: chrome/browser/profiles/profile.h

Issue 349073004: Cleanup: Remove deprecated Profile::GetExtensionService(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698