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

Unified Diff: net/quic/test_tools/quic_stream_sequencer_buffer_peer.cc

Issue 2566943003: rel-note: automated rollback of internal change 138108562 (Closed)
Patch Set: Created 4 years 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_test.cc ('k') | net/tools/quic/end_to_end_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_stream_sequencer_buffer_peer.cc
diff --git a/net/quic/test_tools/quic_stream_sequencer_buffer_peer.cc b/net/quic/test_tools/quic_stream_sequencer_buffer_peer.cc
index a493ed8f6f0007b943db8499697f6fa1e674b8f2..bc0bf437d838590afd6e4eb3eba9708215914fa3 100644
--- a/net/quic/test_tools/quic_stream_sequencer_buffer_peer.cc
+++ b/net/quic/test_tools/quic_stream_sequencer_buffer_peer.cc
@@ -41,7 +41,8 @@ bool QuicStreamSequencerBufferPeer::CheckEmptyInvariants() {
}
bool QuicStreamSequencerBufferPeer::IsBlockArrayEmpty() {
- if (buffer_->blocks_ == nullptr) {
+ if (FLAGS_quic_reduce_sequencer_buffer_memory_life_time && // NOLINT
+ buffer_->blocks_ == nullptr) {
return true;
}
« no previous file with comments | « net/quic/core/quic_stream_sequencer_buffer_test.cc ('k') | net/tools/quic/end_to_end_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698