| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 1e5270ba5371b6bc5eedf1dbfedb14b64280ab27..0241631f04a5a53ce42f6862af784d9f34b9af13 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -227,10 +227,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;
|
|
|
|
|