| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index b589e262b2d31a167cb9fcfbb6d3617f61984965..f2e7b2f755987600a348fc4553035f8820c7fd8a 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -228,7 +228,8 @@ class Profile : public content::BrowserContext {
|
|
|
| // Returns the request context used within |partition_id|.
|
| virtual net::URLRequestContextGetter* GetRequestContextForStoragePartition(
|
| - const std::string& partition_id) = 0;
|
| + const FilePath& partition_path,
|
| + bool in_memory) = 0;
|
|
|
| // Returns the SSLConfigService for this profile.
|
| virtual net::SSLConfigService* GetSSLConfigService() = 0;
|
|
|