Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index 1256c364b5995e0a08b23a9ebae96b3e6cd4b274..1f2d69ee4bbce867e5080a46ba74531e2bc4d2ba 100644 |
--- a/chrome/browser/profiles/profile.h |
+++ b/chrome/browser/profiles/profile.h |
@@ -221,10 +221,6 @@ class Profile : public content::BrowserContext { |
// Returns the main request context. |
virtual net::URLRequestContextGetter* GetRequestContext() = 0; |
- // Returns the request context used for extension-related requests. This |
- // is only used for a separate cookie store currently. |
- virtual net::URLRequestContextGetter* GetRequestContextForExtensions() = 0; |
- |
// Returns the SSLConfigService for this profile. |
virtual net::SSLConfigService* GetSSLConfigService() = 0; |