| Index: net/quic/quic_crypto_server_stream.cc
|
| diff --git a/net/quic/quic_crypto_server_stream.cc b/net/quic/quic_crypto_server_stream.cc
|
| index 6027079ff20e9cfb558e3bb451a8f34d3f53673f..d3f1e031afcc5c1d809dfdaceeb627c527edaabe 100644
|
| --- a/net/quic/quic_crypto_server_stream.cc
|
| +++ b/net/quic/quic_crypto_server_stream.cc
|
| @@ -114,9 +114,7 @@ void QuicCryptoServerStream::OnHandshakeMessage(
|
| QuicCryptoServerStreamBase::OnHandshakeMessage(message);
|
| ++num_handshake_messages_;
|
|
|
| - // It's only safe to deprecate kFIXD where we have deprecated v25
|
| - bool require_kfixd =
|
| - !FLAGS_quic_deprecate_kfixd || !FLAGS_quic_disable_pre_30;
|
| + bool require_kfixd = !FLAGS_quic_deprecate_kfixd;
|
|
|
| if (require_kfixd && !HasFixedTag(message)) {
|
| CloseConnectionWithDetails(QUIC_CRYPTO_MESSAGE_PARAMETER_NOT_FOUND,
|
|
|