| Index: content/shell/browser/shell_browser_context.h
|
| diff --git a/content/shell/browser/shell_browser_context.h b/content/shell/browser/shell_browser_context.h
|
| index 1b3c0c48c50170a1d05c05799768293aa551937e..b848ca36d6764dc63a29e0265b6ca7b71ccdf48f 100644
|
| --- a/content/shell/browser/shell_browser_context.h
|
| +++ b/content/shell/browser/shell_browser_context.h
|
| @@ -58,15 +58,14 @@ class ShellBrowserContext : public BrowserContext {
|
| SSLHostStateDelegate* GetSSLHostStateDelegate() override;
|
| PermissionManager* GetPermissionManager() override;
|
| BackgroundSyncController* GetBackgroundSyncController() override;
|
| -
|
| net::URLRequestContextGetter* CreateRequestContext(
|
| ProtocolHandlerMap* protocol_handlers,
|
| - URLRequestInterceptorScopedVector request_interceptors);
|
| + URLRequestInterceptorScopedVector request_interceptors) override;
|
| net::URLRequestContextGetter* CreateRequestContextForStoragePartition(
|
| const base::FilePath& partition_path,
|
| bool in_memory,
|
| ProtocolHandlerMap* protocol_handlers,
|
| - URLRequestInterceptorScopedVector request_interceptors);
|
| + URLRequestInterceptorScopedVector request_interceptors) override;
|
|
|
| protected:
|
| // Contains URLRequestContextGetter required for resource loading.
|
|
|