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 fb1763f939eb0085276c472250477c9fff7a7b27..739c281ff4faef6bed7a6b1818faea91b8211d96 100644 |
--- a/net/quic/core/quic_flags_list.h |
+++ b/net/quic/core/quic_flags_list.h |
@@ -113,9 +113,6 @@ QUIC_FLAG(bool, FLAGS_quic_allow_large_send_deltas, true) |
// or equal to the largest retransmittable packet. |
QUIC_FLAG(bool, FLAGS_quic_largest_sent_retransmittable, true) |
-// If true, close connection when sequencer buffer enter into unexpected state. |
-QUIC_FLAG(bool, FLAGS_quic_stream_sequencer_buffer_debug, true) |
- |
// If true, release QuicCryptoStream\'s read buffer when stream are less |
// frequently used. |
QUIC_FLAG(bool, FLAGS_quic_release_crypto_stream_buffer, false) |