| Index: net/quic/quic_connection.cc
|
| diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
|
| index d33f545d49377d3477c5efade48fcfb16e3db805..7dda3c7b2c13f6bc192634ecf996a8511eb56da1 100644
|
| --- a/net/quic/quic_connection.cc
|
| +++ b/net/quic/quic_connection.cc
|
| @@ -402,8 +402,7 @@ void QuicConnection::SetFromConfig(const QuicConfig& config) {
|
| if (debug_visitor_ != nullptr) {
|
| debug_visitor_->OnSetFromConfig(config);
|
| }
|
| - if (FLAGS_quic_ack_decimation &&
|
| - config.HasClientSentConnectionOption(kACKD, perspective_)) {
|
| + if (config.HasClientSentConnectionOption(kACKD, perspective_)) {
|
| ack_decimation_enabled_ = true;
|
| }
|
| }
|
|
|