Chromium Code Reviews| Index: chrome/browser/profiles/profile.h |
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
| index 16c34e999dcdce9d4ee2b260ed1062c236a10fd6..7b820509c2674f13454757b6b87884a3ec83a4dc 100644 |
| --- a/chrome/browser/profiles/profile.h |
| +++ b/chrome/browser/profiles/profile.h |
| @@ -258,7 +258,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, |
| + const bool& in_memory) = 0; |
|
awong
2012/10/18 22:36:15
don't pass primitives types by const-ref. That's j
nasko
2012/10/19 17:29:14
Done.
|
| // Returns the SSLConfigService for this profile. |
| virtual net::SSLConfigService* GetSSLConfigService() = 0; |