diff options
Diffstat (limited to 'net/http/http_network_session.h')
-rw-r--r-- | net/http/http_network_session.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h index 7e8ff17..0d5e592 100644 --- a/net/http/http_network_session.h +++ b/net/http/http_network_session.h @@ -45,6 +45,7 @@ class QuicCryptoClientStreamFactory; class SOCKSClientSocketPool; class SSLClientSocketPool; class SSLConfigService; +class SSLHostInfoFactory; class TransportClientSocketPool; class TransportSecurityState; @@ -64,6 +65,7 @@ class NET_EXPORT HttpNetworkSession TransportSecurityState* transport_security_state; CTVerifier* cert_transparency_verifier; ProxyService* proxy_service; + SSLHostInfoFactory* ssl_host_info_factory; std::string ssl_session_cache_shard; SSLConfigService* ssl_config_service; HttpAuthHandlerFactory* http_auth_handler_factory; |