| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 1d938f3692ce7049f77819fc3725bb7a6aa959bf..e135ef4770e6cc91bd35b9bb5dd0a3b94f247bff 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -67,12 +67,6 @@ bool FLAGS_quic_supports_push_promise = true;
|
| // of < 10 packets.
|
| bool FLAGS_quic_no_lower_bw_resumption_limit = true;
|
|
|
| -// If true, flow controller may grow the receive window size if necessary.
|
| -bool FLAGS_quic_auto_tune_receive_window = true;
|
| -
|
| -// If true, enable auto tuning by default (server side).
|
| -bool FLAGS_quic_enable_autotune_by_default = true;
|
| -
|
| // Use largest acked in the most recent ack instead of largest acked ever in
|
| // loss recovery.
|
| bool FLAGS_quic_loss_recovery_use_largest_acked = true;
|
|
|