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

Unified Diff: net/quic/core/quic_crypto_client_stream_test.cc

Issue 2479083002: Deprecate FLAGS_quic_reduce_sequencer_buffer_memory_life_time. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | net/quic/core/quic_flags_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_crypto_client_stream_test.cc
diff --git a/net/quic/core/quic_crypto_client_stream_test.cc b/net/quic/core/quic_crypto_client_stream_test.cc
index 269c46fe8bca2a66ba3637291c02678ab05ee12b..1b860c043adb6b14065f1a2c74baae2b8aed241b 100644
--- a/net/quic/core/quic_crypto_client_stream_test.cc
+++ b/net/quic/core/quic_crypto_client_stream_test.cc
@@ -229,8 +229,7 @@ TEST_F(QuicCryptoClientStreamTest, ServerConfigUpdate) {
"scfg", cached_scfg.data(), cached_scfg.length(),
QuicUtils::AsChars(scfg), arraysize(scfg));
QuicStreamSequencer* sequencer = ReliableQuicStreamPeer::sequencer(stream());
- EXPECT_NE(FLAGS_quic_release_crypto_stream_buffer &&
- FLAGS_quic_reduce_sequencer_buffer_memory_life_time,
+ EXPECT_NE(FLAGS_quic_release_crypto_stream_buffer,
QuicStreamSequencerPeer::IsUnderlyingBufferAllocated(sequencer));
}
« no previous file with comments | « no previous file | net/quic/core/quic_flags_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698