Index: net/quic/quic_crypto_server_stream_test.cc |
diff --git a/net/quic/quic_crypto_server_stream_test.cc b/net/quic/quic_crypto_server_stream_test.cc |
index cbabf1eb14a76a5401c6728d699e0391cbfac57a..40e252204c92a9c28bf58ba7829a4c1d651d49af 100644 |
--- a/net/quic/quic_crypto_server_stream_test.cc |
+++ b/net/quic/quic_crypto_server_stream_test.cc |
@@ -427,7 +427,6 @@ TEST_P(QuicCryptoServerStreamTest, ZeroRTT) { |
} |
TEST_P(QuicCryptoServerStreamTest, FailByPolicy) { |
- FLAGS_quic_enable_chlo_policy = true; |
FLAGS_quic_disable_pre_30 = true; |
FLAGS_quic_deprecate_kfixd = true; |
Initialize(); |