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

Unified Diff: net/quic/quic_framer.h

Issue 11958018: Queueing QUIC frames to be resent instead of packets and packing RST frames with acks and congestio… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
Index: net/quic/quic_framer.h
diff --git a/net/quic/quic_framer.h b/net/quic/quic_framer.h
index f403e14dd06a3f9d2ba6a1ec84dd682c55e152a3..f749e292eaf401a602f70fd570b62d78b2028275 100644
--- a/net/quic/quic_framer.h
+++ b/net/quic/quic_framer.h
@@ -154,11 +154,6 @@ class NET_EXPORT_PRIVATE QuicFramer {
QuicPacket* ConstructFecPacket(const QuicPacketHeader& header,
const QuicFecData& fec);
- void WriteSequenceNumber(QuicPacketSequenceNumber sequence_number,
- QuicPacket* packet);
-
- void WriteFecGroup(QuicFecGroupNumber fec_group, QuicPacket* packet);
-
// Returns a new encrypted packet, owned by the caller.
QuicEncryptedPacket* EncryptPacket(const QuicPacket& packet);

Powered by Google App Engine
This is Rietveld 408576698