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

Unified Diff: net/quic/quic_framer.h

Issue 188333003: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compilation error - added NET_EXPORT_PRIVATE to QuicFixedUint32 Created 6 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/quic_data_stream_test.cc ('k') | net/quic/quic_headers_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_framer.h
diff --git a/net/quic/quic_framer.h b/net/quic/quic_framer.h
index d75bb2a2e8c0f86edf5c36eff755a0c8545d0cb0..b29de2c358ca087a78292f70690740855ee3ae55 100644
--- a/net/quic/quic_framer.h
+++ b/net/quic/quic_framer.h
@@ -265,9 +265,6 @@ class NET_EXPORT_PRIVATE QuicFramer {
static size_t GetWindowUpdateFrameSize();
// Size in bytes of all Blocked frame fields.
static size_t GetBlockedFrameSize();
- // The maximum number of nacks which can be transmitted in a single ack packet
- // without exceeding kDefaultMaxPacketSize.
- static size_t GetMaxUnackedPackets(QuicPacketHeader header);
// Size in bytes required to serialize the stream id.
static size_t GetStreamIdSize(QuicStreamId stream_id);
// Size in bytes required to serialize the stream offset.
« no previous file with comments | « net/quic/quic_data_stream_test.cc ('k') | net/quic/quic_headers_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698