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

Unified Diff: android_webview/browser/aw_browser_context.cc

Issue 11147026: Initial refactor to get profiles to propagate storage partition details. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missed a merging of removed variable. 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
« no previous file with comments | « android_webview/browser/aw_browser_context.h ('k') | chrome/browser/extensions/data_deleter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_browser_context.cc
diff --git a/android_webview/browser/aw_browser_context.cc b/android_webview/browser/aw_browser_context.cc
index ba51b16ce4a851e8418d8917c87df2627584660c..cfdb350ff59bb78a8c5b4c37f4be5ce91d1cef7f 100644
--- a/android_webview/browser/aw_browser_context.cc
+++ b/android_webview/browser/aw_browser_context.cc
@@ -42,7 +42,8 @@ AwBrowserContext::GetRequestContextForRenderProcess(
net::URLRequestContextGetter*
AwBrowserContext::GetRequestContextForStoragePartition(
- const std::string& partition_id) {
+ const FilePath& partition_path,
+ bool in_memory) {
return GetRequestContext();
}
@@ -58,7 +59,8 @@ AwBrowserContext::GetMediaRequestContextForRenderProcess(
net::URLRequestContextGetter*
AwBrowserContext::GetMediaRequestContextForStoragePartition(
- const std::string& partition_id) {
+ const FilePath& partition_path,
+ bool in_memory) {
return GetRequestContext();
}
« no previous file with comments | « android_webview/browser/aw_browser_context.h ('k') | chrome/browser/extensions/data_deleter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698