| Index: android_webview/browser/aw_browser_context.h
|
| diff --git a/android_webview/browser/aw_browser_context.h b/android_webview/browser/aw_browser_context.h
|
| index 35bb7bf6f8160146fef18ff8328c4367a04cb993..edbafa0a1ee95b74f6076140d4848ef0f934a0db 100644
|
| --- a/android_webview/browser/aw_browser_context.h
|
| +++ b/android_webview/browser/aw_browser_context.h
|
| @@ -29,13 +29,13 @@ class AwBrowserContext : public content::BrowserContext {
|
| virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess(
|
| int renderer_child_id) OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContextForStoragePartition(
|
| - const std::string& partition_id) OVERRIDE;
|
| + const FilePath& partition_path, bool in_memory) OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetMediaRequestContext() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetMediaRequestContextForRenderProcess(
|
| int renderer_child_id) OVERRIDE;
|
| virtual net::URLRequestContextGetter*
|
| GetMediaRequestContextForStoragePartition(
|
| - const std::string& partition_id) OVERRIDE;
|
| + const FilePath& partition_path, bool in_memory) OVERRIDE;
|
| virtual content::ResourceContext* GetResourceContext() OVERRIDE;
|
| virtual content::DownloadManagerDelegate*
|
| GetDownloadManagerDelegate() OVERRIDE;
|
|
|