diff options
Diffstat (limited to 'net/http/http_network_session.h')
-rw-r--r-- | net/http/http_network_session.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h index 40d022d..7e8ff17 100644 --- a/net/http/http_network_session.h +++ b/net/http/http_network_session.h @@ -88,6 +88,7 @@ class NET_EXPORT HttpNetworkSession std::string trusted_spdy_proxy; bool enable_quic; bool enable_quic_https; + bool enable_quic_port_selection; HostPortPair origin_to_force_quic_on; QuicClock* quic_clock; // Will be owned by QuicStreamFactory. QuicRandom* quic_random; |