Index: net/http/http_proxy_client_socket_pool.cc |
=================================================================== |
--- net/http/http_proxy_client_socket_pool.cc (revision 80449) |
+++ net/http/http_proxy_client_socket_pool.cc (working copy) |
@@ -360,9 +360,9 @@ |
const std::string& group_name, |
const PoolBase::Request& request, |
ConnectJob::Delegate* delegate) const { |
- return new HttpProxyConnectJob(group_name, request.params(), |
- ConnectionTimeout(), tcp_pool_, ssl_pool_, |
- host_resolver_, delegate, net_log_); |
+ return new HttpProxyConnectJob(group_name, request.params(), |
+ ConnectionTimeout(), tcp_pool_, ssl_pool_, |
Mike Belshe
2011/04/06 18:32:53
nit: I don't think we need this.
|
+ host_resolver_, delegate, net_log_); |
} |
HttpProxyClientSocketPool::HttpProxyClientSocketPool( |