| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index 7089b2a0be7e5fafb5d12a79cf9c5df40c2f07fc..0326e575e7a01e75b6daa402626a4e1f5f81bed1 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -186,6 +186,8 @@ class NET_EXPORT HttpNetworkSession
|
| bool quic_force_hol_blocking;
|
| // If true, race cert verification with host resolution.
|
| bool quic_race_cert_verification;
|
| + // If true, configure QUIC sockets to not fragment packets.
|
| + bool quic_do_not_fragment;
|
|
|
| ProxyDelegate* proxy_delegate;
|
| // Enable support for Token Binding.
|
|
|