Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1017)

Unified Diff: chrome/browser/profiles/profile.h

Issue 11147026: Initial refactor to get profiles to propagate storage partition details. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing Android's BrowserContext. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index c4890d8cc41407a5c947a844358ed1ec0b1a66ac..02a8bfc64fa4d5ce1f2187025009a21882060bb8 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -237,7 +237,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;

Powered by Google App Engine
This is Rietveld 408576698