| Index: net/quic/quic_flow_controller.cc
|
| diff --git a/net/quic/quic_flow_controller.cc b/net/quic/quic_flow_controller.cc
|
| index f3c8eef7e7992dd92793899a0f92483faa666a12..f88acb67a40bf1a2d6342d79325620ad0af970fa 100644
|
| --- a/net/quic/quic_flow_controller.cc
|
| +++ b/net/quic/quic_flow_controller.cc
|
| @@ -109,10 +109,6 @@ void QuicFlowController::MaybeIncreaseMaxWindowSize() {
|
| // upper bound). For simplicity this algorithm is deliberately asymmetric, in
|
| // that it may increase window size but never decreases.
|
|
|
| - if (!FLAGS_quic_auto_tune_receive_window) {
|
| - return;
|
| - }
|
| -
|
| // Keep track of timing between successive window updates.
|
| QuicTime now = connection_->clock()->ApproximateNow();
|
| QuicTime prev = prev_window_update_time_;
|
|
|