| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index c09ab437fe8b88a58924ce87741b98c1592421e3..98785618fe3b2a4bc58b61801235033152334cf2 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -66,10 +66,6 @@ bool FLAGS_quic_disable_pacing = false;
|
| // even if they are being sent.
|
| bool FLAGS_quic_use_new_idle_timeout = true;
|
|
|
| -// If true, replace QuicFrameList with StreamSequencerBuffer as underlying data
|
| -// structure for QuicStreamSequencer bufferring.
|
| -bool FLAGS_quic_use_stream_sequencer_buffer = true;
|
| -
|
| // If true, don't send QUIC packets if the send alarm is set.
|
| bool FLAGS_quic_respect_send_alarm2 = true;
|
|
|
|
|