| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index fc005c12f4055eea6632c3aebc6674380567d10b..e003d8f3dda2b2ee83bec1419d1614a742ac09e8 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -84,10 +84,6 @@ bool FLAGS_quic_read_packets_full_recvmmsg = true;
|
| // Net.QuicSession.HeadersHOLBlockedTime.
|
| bool FLAGS_quic_measure_headers_hol_blocking_time = true;
|
|
|
| -// If true, skip a check for mismatched stream IDs inside
|
| -// ReliableQuicStream::OnStreamFrame.
|
| -bool FLAGS_quic_stop_checking_for_mismatch_ids = true;
|
| -
|
| // Disable QUIC's userspace pacing.
|
| bool FLAGS_quic_disable_pacing = false;
|
|
|
|
|