Index: net/socket/ssl_client_socket_pool.h |
=================================================================== |
--- net/socket/ssl_client_socket_pool.h (revision 68959) |
+++ net/socket/ssl_client_socket_pool.h (working copy) |
@@ -14,6 +14,7 @@ |
#include "net/base/host_resolver.h" |
#include "net/base/ssl_config_service.h" |
#include "net/http/http_response_info.h" |
+#include "net/http/proxy_client_socket.h" |
#include "net/proxy/proxy_server.h" |
#include "net/socket/ssl_client_socket.h" |
#include "net/socket/client_socket_pool_base.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<ProxyClientSocket> https_proxy_tunnel_response_socket_; |
DISALLOW_COPY_AND_ASSIGN(SSLConnectJob); |
}; |