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

Unified Diff: net/quic/quic_framer.h

Issue 1191823003: relnote: Minor QUIC code cleanups. No functional change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Increase_the_maximum_number_tracked_96205856
Patch Set: Created 5 years, 6 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 | « no previous file | net/quic/quic_framer.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 3645ca8289dc01c6abf90c6e3d4a6689bbc0aa5b..c994c2ef3f775c45bed9f5b1433cbdc6f9927a00 100644
--- a/net/quic/quic_framer.h
+++ b/net/quic/quic_framer.h
@@ -243,7 +243,6 @@ class NET_EXPORT_PRIVATE QuicFramer {
InFecGroup is_in_fec_group);
// Size in bytes of all ack frame fields without the missing packets.
static size_t GetMinAckFrameSize(
- QuicSequenceNumberLength sequence_number_length,
QuicSequenceNumberLength largest_observed_length);
// Size in bytes of a stop waiting frame.
static size_t GetStopWaitingFrameSize(
« no previous file with comments | « no previous file | net/quic/quic_framer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698