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

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

Issue 1764913002: Deprecate --gfe2_reloadable_flag_quic_use_stream_sequencer_buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@115690862
Patch Set: update dependency Created 4 years, 10 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_stream_sequencer_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_stream_sequencer_peer.cc
diff --git a/net/quic/test_tools/quic_stream_sequencer_peer.cc b/net/quic/test_tools/quic_stream_sequencer_peer.cc
index 290e2eaa1987abbe37c019e018a5475f12b5fd78..1a6eae7c1f8f993e93dd201e6348037237fb9c02 100644
--- a/net/quic/test_tools/quic_stream_sequencer_peer.cc
+++ b/net/quic/test_tools/quic_stream_sequencer_peer.cc
@@ -15,7 +15,7 @@ namespace test {
// static
size_t QuicStreamSequencerPeer::GetNumBufferedBytes(
QuicStreamSequencer* sequencer) {
- return sequencer->buffered_frames_->BytesBuffered();
+ return sequencer->buffered_frames_.BytesBuffered();
}
// static
« no previous file with comments | « net/quic/quic_stream_sequencer_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698