| Index: net/socket/ssl_client_socket_pool.h
|
| ===================================================================
|
| --- net/socket/ssl_client_socket_pool.h (revision 68026)
|
| +++ net/socket/ssl_client_socket_pool.h (working copy)
|
| @@ -13,6 +13,7 @@
|
| #include "base/time.h"
|
| #include "net/base/host_resolver.h"
|
| #include "net/base/ssl_config_service.h"
|
| +#include "net/http/http_proxy_tunnel_client_socket.h"
|
| #include "net/http/http_response_info.h"
|
| #include "net/proxy/proxy_server.h"
|
| #include "net/socket/ssl_client_socket.h"
|
| @@ -27,6 +28,7 @@
|
| class DnsCertProvenanceChecker;
|
| class DnsRRResolver;
|
| class HostPortPair;
|
| +class HttpStream;
|
| class HttpProxyClientSocketPool;
|
| class HttpProxySocketParams;
|
| class SOCKSClientSocketPool;
|
| @@ -159,6 +161,7 @@
|
| base::TimeTicks ssl_connect_start_time_;
|
|
|
| HttpResponseInfo error_response_info_;
|
| + scoped_ptr<HttpProxyTunnelClientSocket> pending_https_proxy_response_socket_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SSLConnectJob);
|
| };
|
|
|