| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index 2711123bc44935bc5a5ac29faa39d60c6ca27c0c..b4a72ea92f67023a8ebb301a476723f84f7bcde7 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -178,6 +178,8 @@ class NET_EXPORT HttpNetworkSession
|
| bool quic_migrate_sessions_early;
|
| // If true, bidirectional streams over QUIC will be disabled.
|
| bool quic_disable_bidirectional_streams;
|
| + // If true, enable force HOL blocking. For measurement purposes.
|
| + bool quic_force_hol_blocking;
|
|
|
| ProxyDelegate* proxy_delegate;
|
| // Enable support for Token Binding.
|
|
|