| 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 db138b79f18ee8b4a57fc1b8f9792c9de9e7947b..303d0d49477e85b4ea38fdbb1ce4f68aca66d41a 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -43,10 +43,6 @@ QUIC_FLAG(bool, FLAGS_quic_require_handshake_confirmation, false)
|
| // If true, disable pacing in QUIC.
|
| QUIC_FLAG(bool, FLAGS_quic_disable_pacing_for_perf_tests, false)
|
|
|
| -// If true, QUIC connections can do bandwidth resumption with an initial window
|
| -// of < 10 packets.
|
| -QUIC_FLAG(bool, FLAGS_quic_no_lower_bw_resumption_limit, true)
|
| -
|
| // If true, QUIC public reset packets will have the \"pre-v33\" public header
|
| // flags.
|
| QUIC_FLAG(bool, FLAGS_quic_use_old_public_reset_packets, true)
|
|
|