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 c669268c36a1f752c6b469dddd4e5f23e0850dc9..4d2c80bc6bd0a0091acb5e1ad4cb8ff1e7f03fae 100644 |
--- a/content/public/browser/content_browser_client.cc |
+++ b/content/public/browser/content_browser_client.cc |
@@ -38,7 +38,8 @@ bool ContentBrowserClient::ShouldUseProcessPerSite( |
net::URLRequestContextGetter* ContentBrowserClient::CreateRequestContext( |
BrowserContext* browser_context, |
- ProtocolHandlerMap* protocol_handlers) { |
+ ProtocolHandlerMap* protocol_handlers, |
+ ProtocolHandlerScopedVector protocol_interceptors) { |
return NULL; |
} |
@@ -47,7 +48,8 @@ ContentBrowserClient::CreateRequestContextForStoragePartition( |
BrowserContext* browser_context, |
const base::FilePath& partition_path, |
bool in_memory, |
- ProtocolHandlerMap* protocol_handlers) { |
+ ProtocolHandlerMap* protocol_handlers, |
+ ProtocolHandlerScopedVector protocol_interceptors) { |
return NULL; |
} |