| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index 698002752c25ac147a283a759590cdb888ec4765..3f324aae17460b9d45d0aadedf4090c37a3d08f7 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -181,6 +181,8 @@ class NET_EXPORT HttpNetworkSession
|
| bool quic_disable_bidirectional_streams;
|
| // If true, enable force HOL blocking. For measurement purposes.
|
| bool quic_force_hol_blocking;
|
| + // If true, race cert verification with host resolution.
|
| + bool quic_race_cert_verification;
|
|
|
| ProxyDelegate* proxy_delegate;
|
| // Enable support for Token Binding.
|
|
|