| Index: content/shell/browser/shell_url_request_context_getter.h
|
| diff --git a/content/shell/browser/shell_url_request_context_getter.h b/content/shell/browser/shell_url_request_context_getter.h
|
| index 75c1619ba5d1e47bee0cfb68e401af6049ca4930..1bb900e0c016eb726af99038c6070411aa63317f 100644
|
| --- a/content/shell/browser/shell_url_request_context_getter.h
|
| +++ b/content/shell/browser/shell_url_request_context_getter.h
|
| @@ -34,6 +34,7 @@ class ShellURLRequestContextGetter : public net::URLRequestContextGetter {
|
| bool ignore_certificate_errors,
|
| const base::FilePath& base_path,
|
| scoped_refptr<base::SingleThreadTaskRunner> io_task_runner,
|
| + // TODO(eroman): Remove the file_task_runner parameter (unused).
|
| scoped_refptr<base::SingleThreadTaskRunner> file_task_runner,
|
| ProtocolHandlerMap* protocol_handlers,
|
| URLRequestInterceptorScopedVector request_interceptors,
|
|
|