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

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

Issue 2341483002: Deprecate FLAGS_quic_limit_frame_gaps_in_buffer. (Closed)
Patch Set: Created 4 years, 3 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/core/quic_stream_sequencer_buffer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_stream_sequencer_buffer_test.cc
diff --git a/net/quic/core/quic_stream_sequencer_buffer_test.cc b/net/quic/core/quic_stream_sequencer_buffer_test.cc
index 9c6356ccebe06d487cf81a14fd5b77d2aea66649..f4ae84cbf87c1a6a7597c1209b065637ef81eee9 100644
--- a/net/quic/core/quic_stream_sequencer_buffer_test.cc
+++ b/net/quic/core/quic_stream_sequencer_buffer_test.cc
@@ -868,8 +868,6 @@ TEST_F(QuicStreamSequencerBufferTest, FlushBufferedFrames) {
}
TEST_F(QuicStreamSequencerBufferTest, TooManyGaps) {
- QuicFlagSaver flags;
- FLAGS_quic_limit_frame_gaps_in_buffer = true;
// Make sure max capacity is large enough that it is possible to have more
// than |kMaxNumGapsAllowed| number of gaps.
max_capacity_bytes_ = 3 * kBlockSizeBytes;
« no previous file with comments | « net/quic/core/quic_stream_sequencer_buffer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698