| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 53f2453ac4a4d21c2efadb91e836331e0e10d794..4330c7edf726d94cbe94851f03d5f80b78b78ec9 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -93,10 +93,6 @@ bool FLAGS_quic_respect_send_alarm2 = true;
|
| // QuicCryptoServerStream::CancelOutstandingCallbacks.
|
| bool FLAGS_quic_set_client_hello_cb_nullptr = true;
|
|
|
| -// If treu, Only track a single retransmission in QUIC's TransmissionInfo
|
| -// struct.
|
| -bool FLAGS_quic_track_single_retransmission = true;
|
| -
|
| // If true, allow each quic stream to write 16k blocks rather than doing a round
|
| // robin of one packet per session when ack clocked or paced.
|
| bool FLAGS_quic_batch_writes = true;
|
|
|