Index: android_webview/browser/aw_content_browser_client.h |
diff --git a/android_webview/browser/aw_content_browser_client.h b/android_webview/browser/aw_content_browser_client.h |
index 7be439e43c8b6b6a5f09c208b6346ba73125d745..414de96e4acf0fdec534101d913add32c90214ca 100644 |
--- a/android_webview/browser/aw_content_browser_client.h |
+++ b/android_webview/browser/aw_content_browser_client.h |
@@ -41,16 +41,6 @@ class AwContentBrowserClient : public content::ContentBrowserClient { |
content::WebContentsViewDelegate* GetWebContentsViewDelegate( |
content::WebContents* web_contents) override; |
void RenderProcessWillLaunch(content::RenderProcessHost* host) override; |
- net::URLRequestContextGetter* CreateRequestContext( |
- content::BrowserContext* browser_context, |
- content::ProtocolHandlerMap* protocol_handlers, |
- content::URLRequestInterceptorScopedVector request_interceptors) override; |
- net::URLRequestContextGetter* CreateRequestContextForStoragePartition( |
- content::BrowserContext* browser_context, |
- const base::FilePath& partition_path, |
- bool in_memory, |
- content::ProtocolHandlerMap* protocol_handlers, |
- content::URLRequestInterceptorScopedVector request_interceptors) override; |
bool IsHandledURL(const GURL& url) override; |
std::string GetCanonicalEncodingNameByAliasName( |
const std::string& alias_name) override; |