Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index 3af9eeb3c6176af068cef908cb168cc99dd79ed1..0d3ffcd3694c6fa736392148c5eed277f2ac3c23 100644 |
--- a/chrome/browser/profiles/profile.h |
+++ b/chrome/browser/profiles/profile.h |
@@ -230,10 +230,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; |