| 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 c6fda2ea7bb37d34f9fbf131eac9ea3dca08aad8..82fe683598fdc9856fc43f2b8bee307d7a809f7f 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -83,10 +83,6 @@ QUIC_FLAG(bool, FLAGS_quic_use_chlo_packet_size, true)
|
| // If true, defer creation of new connection till its CHLO arrives.
|
| QUIC_FLAG(bool, FLAGS_quic_buffer_packet_till_chlo, true)
|
|
|
| -// Deprecate QuicPacketCreator::next_packet_number_length_ because it's no
|
| -// longer necessary.
|
| -QUIC_FLAG(bool, FLAGS_quic_simple_packet_number_length_2, true)
|
| -
|
| // If true, disables QUIC version less than 32.
|
| QUIC_FLAG(bool, FLAGS_quic_disable_pre_32, true)
|
|
|
|
|