| Index: apps/shell/browser/shell_content_browser_client.h
|
| diff --git a/apps/shell/browser/shell_content_browser_client.h b/apps/shell/browser/shell_content_browser_client.h
|
| index faa7b7f8513f1bd96078813735db34a56133510c..7de6844a59942e0058c04cab4791f0ef11e43904 100644
|
| --- a/apps/shell/browser/shell_content_browser_client.h
|
| +++ b/apps/shell/browser/shell_content_browser_client.h
|
| @@ -32,7 +32,8 @@ class ShellContentBrowserClient : public content::ContentBrowserClient {
|
| const GURL& effective_url) OVERRIDE;
|
| virtual net::URLRequestContextGetter* CreateRequestContext(
|
| content::BrowserContext* browser_context,
|
| - content::ProtocolHandlerMap* protocol_handlers) OVERRIDE;
|
| + content::ProtocolHandlerMap* protocol_handlers,
|
| + content::ProtocolHandlerScopedVector protocol_interceptors) OVERRIDE;
|
| // TODO(jamescook): Quota management?
|
| // TODO(jamescook): Speech recognition?
|
| virtual bool IsHandledURL(const GURL& url) OVERRIDE;
|
|
|