| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 5a486eb62ae5afb37fa6f1594040a0f2fb0b2575..3aa8117b5bc15a0af53cea54619a5a62adcd1d74 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -99,9 +99,6 @@ bool FLAGS_quic_no_lower_bw_resumption_limit = true;
|
| // the initial flight has been acked.
|
| bool FLAGS_quic_sslr_limit_reduction = true;
|
|
|
| -// Simplify QUIC's loss detection by combining time and nack based portions.
|
| -bool FLAGS_quic_simplify_loss_detection = true;
|
| -
|
| // If true, respect any configured max pacing rate.
|
| bool FLAGS_quic_max_pacing_rate = true;
|
|
|
|
|