| 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 b48cfe5544a12b4e230ad2a18f4714d1f7763fe7..abe53442299a981b3fc08d18ecf863b471ff4ebf 100644
|
| --- a/content/public/browser/content_browser_client.cc
|
| +++ b/content/public/browser/content_browser_client.cc
|
| @@ -33,7 +33,7 @@ bool ContentBrowserClient::ShouldUseProcessPerSite(
|
| net::URLRequestContextGetter* ContentBrowserClient::CreateRequestContext(
|
| BrowserContext* browser_context,
|
| ProtocolHandlerMap* protocol_handlers,
|
| - ProtocolHandlerScopedVector protocol_interceptors) {
|
| + URLRequestInterceptorScopedVector request_interceptors) {
|
| return NULL;
|
| }
|
|
|
| @@ -43,7 +43,7 @@ ContentBrowserClient::CreateRequestContextForStoragePartition(
|
| const base::FilePath& partition_path,
|
| bool in_memory,
|
| ProtocolHandlerMap* protocol_handlers,
|
| - ProtocolHandlerScopedVector protocol_interceptors) {
|
| + URLRequestInterceptorScopedVector request_interceptors) {
|
| return NULL;
|
| }
|
|
|
|
|