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