Index: net/quic/quic_connection_test.cc |
diff --git a/net/quic/quic_connection_test.cc b/net/quic/quic_connection_test.cc |
index 9b26673332eca7faf696aabd5d4e234580eebb63..00d17fce8d0be8c4a8acf4b924f4112e99e0cfc6 100644 |
--- a/net/quic/quic_connection_test.cc |
+++ b/net/quic/quic_connection_test.cc |
@@ -5042,7 +5042,6 @@ TEST_P(QuicConnectionTest, MultipleCallsToCloseConnection) { |
} |
TEST_P(QuicConnectionTest, ServerReceivesChloOnNonCryptoStream) { |
- FLAGS_quic_detect_memory_corrpution = true; |
EXPECT_CALL(visitor_, OnSuccessfulVersionNegotiation(_)); |
set_perspective(Perspective::IS_SERVER); |
@@ -5062,7 +5061,6 @@ TEST_P(QuicConnectionTest, ServerReceivesChloOnNonCryptoStream) { |
} |
TEST_P(QuicConnectionTest, ClientReceivesRejOnNonCryptoStream) { |
- FLAGS_quic_detect_memory_corrpution = true; |
EXPECT_CALL(visitor_, OnSuccessfulVersionNegotiation(_)); |
CryptoHandshakeMessage message; |