| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index da8ac72a28a908893c0f916eb62e23fd4729458c..d1e4234a5b8d8dbc80f07bad9b18f3cc07ba7d79 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -112,6 +112,7 @@ class NET_EXPORT HttpNetworkSession
|
| bool enable_quic_port_selection;
|
| bool enable_quic_time_based_loss_detection;
|
| bool quic_always_require_handshake_confirmation;
|
| + bool quic_disable_connection_pooling;
|
| HostPortPair origin_to_force_quic_on;
|
| QuicClock* quic_clock; // Will be owned by QuicStreamFactory.
|
| QuicRandom* quic_random;
|
|
|