Index: content/public/browser/content_browser_client.cc |
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc |
index 97579e61223dec8d55530d2c9d8b466cca9512e7..23fd868a00fc5e1316f999bb60e22572842881ae 100644 |
--- a/content/public/browser/content_browser_client.cc |
+++ b/content/public/browser/content_browser_client.cc |
@@ -61,23 +61,6 @@ bool ContentBrowserClient::LogWebUIUrl(const GURL& web_ui_url) const { |
return false; |
} |
-net::URLRequestContextGetter* ContentBrowserClient::CreateRequestContext( |
- BrowserContext* browser_context, |
- ProtocolHandlerMap* protocol_handlers, |
- URLRequestInterceptorScopedVector request_interceptors) { |
- return nullptr; |
-} |
- |
-net::URLRequestContextGetter* |
-ContentBrowserClient::CreateRequestContextForStoragePartition( |
- BrowserContext* browser_context, |
- const base::FilePath& partition_path, |
- bool in_memory, |
- ProtocolHandlerMap* protocol_handlers, |
- URLRequestInterceptorScopedVector request_interceptors) { |
- return nullptr; |
-} |
- |
bool ContentBrowserClient::IsHandledURL(const GURL& url) { |
return false; |
} |