| Index: net/quic/quic_stream_factory.h
|
| diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
|
| index 1d66fb546e21cdaa2f185901444676c322a253a1..6a0216834b2134de505106f48c0c2503465d9382 100644
|
| --- a/net/quic/quic_stream_factory.h
|
| +++ b/net/quic/quic_stream_factory.h
|
| @@ -237,6 +237,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
|
| HostResolver* host_resolver_;
|
| ClientSocketFactory* client_socket_factory_;
|
| base::WeakPtr<HttpServerProperties> http_server_properties_;
|
| + TransportSecurityState* transport_security_state_;
|
| QuicServerInfoFactory* quic_server_info_factory_;
|
| QuicCryptoClientStreamFactory* quic_crypto_client_stream_factory_;
|
| QuicRandom* random_generator_;
|
|
|