| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 0367f976dc6d5320c8ef35576e0bdaa877a657ef..2a682ca81689cd7e5612ebd8d718921a8cf881a1 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -160,3 +160,6 @@ bool FLAGS_quic_socket_walltimestamps = false;
|
| // server side, and the IPFS connection option disables this instead of
|
| // enabling it.
|
| bool FLAGS_quic_default_immediate_forward_secure = false;
|
| +
|
| +// If true, disables support for QUIC version 29 and earlier.
|
| +bool FLAGS_quic_disable_pre_30 = false;
|
|
|