| Index: webkit/tools/test_shell/test_shell_request_context.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_request_context.cc (revision 52747)
|
| +++ webkit/tools/test_shell/test_shell_request_context.cc (working copy)
|
| @@ -57,7 +57,8 @@
|
| scoped_ptr<net::ProxyConfigService> proxy_config_service(
|
| net::ProxyService::CreateSystemProxyConfigService(NULL, NULL));
|
| #endif
|
| - host_resolver_ = net::CreateSystemHostResolver();
|
| + host_resolver_ =
|
| + net::CreateSystemHostResolver(net::HostResolver::kDefaultParallelism);
|
| proxy_service_ = net::ProxyService::Create(proxy_config_service.release(),
|
| false, 0, NULL, NULL, NULL);
|
| ssl_config_service_ = net::SSLConfigService::CreateSystemSSLConfigService();
|
|
|