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

Unified Diff: net/quic/core/quic_stream_sequencer.h

Issue 2334363002: Landing Recent QUIC changes until Sat Sep 10 00:32:41 (Closed)
Patch Set: Revase 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_spdy_stream_test.cc ('k') | net/quic/core/quic_stream_sequencer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_stream_sequencer.h
diff --git a/net/quic/core/quic_stream_sequencer.h b/net/quic/core/quic_stream_sequencer.h
index 032616ccba16ecec17974ad0e5ecabf2fd15ea93..9b373664345ac29b7224dd2e210eadae2fe76cac 100644
--- a/net/quic/core/quic_stream_sequencer.h
+++ b/net/quic/core/quic_stream_sequencer.h
@@ -94,8 +94,6 @@ class NET_EXPORT_PRIVATE QuicStreamSequencer {
return num_duplicate_frames_received_;
}
- int num_early_frames_received() const { return num_early_frames_received_; }
-
bool ignore_read_data() const { return ignore_read_data_; }
// Returns std::string describing internal state.
@@ -135,10 +133,6 @@ class NET_EXPORT_PRIVATE QuicStreamSequencer {
// Count of the number of duplicate frames received.
int num_duplicate_frames_received_;
- // Count of the number of frames received before all previous frames were
- // received.
- int num_early_frames_received_;
-
// Not owned.
const QuicClock* clock_;
« no previous file with comments | « net/quic/core/quic_spdy_stream_test.cc ('k') | net/quic/core/quic_stream_sequencer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698