Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(549)

Unified Diff: net/quic/quic_connection_test.cc

Issue 2107473002: Deprecate FLAGS_quic_detect_memory_corrpution. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@125572148
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/quic_connection.cc ('k') | net/quic/quic_flags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « net/quic/quic_connection.cc ('k') | net/quic/quic_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698