| Index: chrome/service/net/service_url_request_context.cc
|
| ===================================================================
|
| --- chrome/service/net/service_url_request_context.cc (revision 57182)
|
| +++ chrome/service/net/service_url_request_context.cc (working copy)
|
| @@ -22,7 +22,8 @@
|
|
|
| ServiceURLRequestContext::ServiceURLRequestContext() {
|
| host_resolver_ =
|
| - net::CreateSystemHostResolver(net::HostResolver::kDefaultParallelism);
|
| + net::CreateSystemHostResolver(net::HostResolver::kDefaultParallelism,
|
| + NULL);
|
| DCHECK(g_service_process);
|
| // TODO(sanjeevr): Change CreateSystemProxyConfigService to accept a
|
| // MessageLoopProxy* instead of MessageLoop*.
|
|
|