| Index: net/quic/core/quic_flags_list.h
|
| diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h
|
| index f68a3d958f681108972f224967eb93f19fce035f..db138b79f18ee8b4a57fc1b8f9792c9de9e7947b 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -75,9 +75,6 @@ QUIC_FLAG(bool, FLAGS_quic_require_handshake_confirmation_pre33, false)
|
| // If true, defer creation of new connection till its CHLO arrives.
|
| QUIC_FLAG(bool, FLAGS_quic_buffer_packet_till_chlo, true)
|
|
|
| -// If true, disables QUIC version less than 32.
|
| -QUIC_FLAG(bool, FLAGS_quic_disable_pre_32, true)
|
| -
|
| // If true, QUIC will enforce the MTU limit for connections that may require a
|
| // small MTU.
|
| QUIC_FLAG(bool, FLAGS_quic_enforce_mtu_limit, false)
|
|
|