| Index: net/quic/quic_connection.cc
|
| diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
|
| index 244fd9c3d35c798d17a51e8387d9231c7cbafe47..019e044d8eb9db81d424a43be9cccc285da6094b 100644
|
| --- a/net/quic/quic_connection.cc
|
| +++ b/net/quic/quic_connection.cc
|
| @@ -291,7 +291,7 @@ void QuicConnection::SetFromConfig(const QuicConfig& config) {
|
| if (config.negotiated()) {
|
| SetNetworkTimeouts(QuicTime::Delta::Infinite(),
|
| config.IdleConnectionStateLifetime());
|
| - if (FLAGS_quic_allow_silent_close && config.SilentClose()) {
|
| + if (config.SilentClose()) {
|
| silent_close_enabled_ = true;
|
| }
|
| } else {
|
|
|