| Index: chrome/browser/profiles/profile.h
|
| ===================================================================
|
| --- chrome/browser/profiles/profile.h (revision 156155)
|
| +++ chrome/browser/profiles/profile.h (working copy)
|
| @@ -237,6 +237,9 @@
|
| // Returns the main request context.
|
| virtual net::URLRequestContextGetter* GetRequestContext() = 0;
|
|
|
| + virtual net::URLRequestContextGetter* GetRequestContextForStoragePartition(
|
| + const std::string& partition_id) OVERRIDE;
|
| +
|
| // Returns the request context used for extension-related requests. This
|
| // is only used for a separate cookie store currently.
|
| virtual net::URLRequestContextGetter* GetRequestContextForExtensions() = 0;
|
|
|