| 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 d1bc575e9075d4ff6430d8e04e59cbaba49bcf33..026a4989850a0e6c98e4a7c9b5db04d357ee4533 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -86,12 +86,6 @@ QUIC_FLAG(bool,
|
| FLAGS_quic_reloadable_flag_quic_create_session_after_insertion,
|
| false)
|
|
|
| -// If true, rejected packet number is removed from public reset packet.
|
| -QUIC_FLAG(
|
| - bool,
|
| - FLAGS_quic_reloadable_flag_quic_remove_packet_number_from_public_reset,
|
| - true)
|
| -
|
| // If true, v33 QUIC client uses 1 bit to specify 8-byte connection id in
|
| // public flag.
|
| QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_remove_v33_hacks2, false)
|
|
|