| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 60e94aa1561f81f6392664e8a12115575332346a..76d69eca77259cc596054cb25dbd69374e88939b 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -70,10 +70,6 @@ bool FLAGS_quic_measure_headers_hol_blocking_time = true;
|
| // Disable QUIC's userspace pacing.
|
| bool FLAGS_quic_disable_pacing = false;
|
|
|
| -// If true, Use QUIC's GeneralLossAlgorithm implementation instead of
|
| -// TcpLossAlgorithm or TimeLossAlgorithm.
|
| -bool FLAGS_quic_general_loss_algorithm = true;
|
| -
|
| // If true, QUIC connections will timeout when packets are not being recieved,
|
| // even if they are being sent.
|
| bool FLAGS_quic_use_new_idle_timeout = true;
|
|
|