| Index: chrome/service/net/service_url_request_context_getter.cc
|
| diff --git a/chrome/service/net/service_url_request_context_getter.cc b/chrome/service/net/service_url_request_context_getter.cc
|
| index 8475382b888030204b8bd5fa633aac0e2b716270..a6a035ee29f30e3831210ab47dd35d2ab9f32404 100644
|
| --- a/chrome/service/net/service_url_request_context_getter.cc
|
| +++ b/chrome/service/net/service_url_request_context_getter.cc
|
| @@ -102,8 +102,7 @@ ServiceURLRequestContextGetter::ServiceURLRequestContextGetter()
|
| network_task_runner_(g_service_process->io_task_runner()) {
|
| DCHECK(g_service_process);
|
| proxy_config_service_ = net::ProxyService::CreateSystemProxyConfigService(
|
| - g_service_process->io_task_runner(),
|
| - g_service_process->file_task_runner());
|
| + g_service_process->io_task_runner());
|
| }
|
|
|
| net::URLRequestContext*
|
|
|