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

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

Issue 1805323003: Remove QuicFrameList, because it's unused with the new QuicStreamSequencer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@116712124
Patch Set: Created 4 years, 9 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/test_tools/quic_stream_sequencer_peer.h ('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 1a6eae7c1f8f993e93dd201e6348037237fb9c02..739db22b4f2f73771a3ec35fe5f1f28fd75b338c 100644
--- a/net/quic/test_tools/quic_stream_sequencer_peer.cc
+++ b/net/quic/test_tools/quic_stream_sequencer_peer.cc
@@ -19,16 +19,6 @@ size_t QuicStreamSequencerPeer::GetNumBufferedBytes(
}
// static
-bool QuicStreamSequencerPeer::FrameOverlapsBufferedData(
- QuicFrameList* buffer,
- const QuicStreamFrame& frame) {
- list<QuicFrameList::FrameData>::iterator it =
- buffer->FindInsertionPoint(frame.offset, frame.frame_length);
- return buffer->FrameOverlapsBufferedData(frame.offset, frame.frame_length,
- it);
-}
-
-// static
QuicStreamOffset QuicStreamSequencerPeer::GetCloseOffset(
QuicStreamSequencer* sequencer) {
return sequencer->close_offset_;
« no previous file with comments | « net/quic/test_tools/quic_stream_sequencer_peer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698