| Index: net/quic/quic_connection.cc
|
| diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
|
| index 07ef30c69f60199c036d041f3a90ea9454c7df90..6f97b5163bbe8ae2e3bb91620ef45198344becac 100644
|
| --- a/net/quic/quic_connection.cc
|
| +++ b/net/quic/quic_connection.cc
|
| @@ -281,8 +281,7 @@ void QuicConnection::SetFromConfig(const QuicConfig& config) {
|
| }
|
|
|
| sent_packet_manager_.SetFromConfig(config);
|
| - if (FLAGS_allow_truncated_connection_ids_for_quic &&
|
| - config.HasReceivedBytesForConnectionId() &&
|
| + if (config.HasReceivedBytesForConnectionId() &&
|
| can_truncate_connection_ids_) {
|
| packet_generator_.SetConnectionIdLength(
|
| config.ReceivedBytesForConnectionId());
|
|
|