| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index eb3a571299eb7f51cee809ac32e8821c3030bb19..43c6e04481686ff17df92c164c7a76e229f3c485 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -106,6 +106,7 @@ class NET_EXPORT HttpNetworkSession
|
| double alternative_service_probability_threshold;
|
|
|
| bool enable_quic;
|
| + bool disable_insecure_quic;
|
| bool enable_quic_for_proxies;
|
| bool enable_quic_port_selection;
|
| bool quic_always_require_handshake_confirmation;
|
|
|