| 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();
|
| }
|
|
|
|
|