| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index abd5e3bb63c2025a794c30190b4517e12713f23e..d67182b1cefc30f3cf95c55079a6ebe49306718a 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -126,6 +126,9 @@ class NET_EXPORT HttpNetworkSession
|
| bool enable_user_alternate_protocol_ports;
|
| QuicCryptoClientStreamFactory* quic_crypto_client_stream_factory;
|
| QuicVersionVector quic_supported_versions;
|
| + int quic_max_recent_disabled_reasons;
|
| + int quic_threshold_public_resets_post_handshake;
|
| + int quic_threshold_timeouts_streams_open;
|
| QuicTagVector quic_connection_options;
|
| ProxyDelegate* proxy_delegate;
|
| };
|
|
|