Index: net/http/http_network_session.h |
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h |
index b877b08081aada0716ee69f1bbbe694e15af4756..63f83c8831a0945e0fd2a33ce445696a00a9cc9c 100644 |
--- a/net/http/http_network_session.h |
+++ b/net/http/http_network_session.h |
@@ -76,6 +76,7 @@ class NET_EXPORT HttpNetworkSession |
base::WeakPtr<HttpServerProperties> http_server_properties; |
NetLog* net_log; |
HostMappingRules* host_mapping_rules; |
+ bool enable_ssl_connect_job_waiting; |
bool ignore_certificate_errors; |
uint16 testing_fixed_http_port; |
uint16 testing_fixed_https_port; |