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_packet_generator.h

Issue 1495243002: Remove EncryptionLevel from QUIC's RetransmittableFrames and add it to TransmissionInfo. No functi… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@108735153
Patch Set: Created 5 years 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_packet_creator_test.cc ('k') | net/quic/quic_packet_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_packet_generator.h
diff --git a/net/quic/quic_packet_generator.h b/net/quic/quic_packet_generator.h
index 7b94a5b00e8d44e5a7924c905a2e4304d6079b50..7a70f0f75e99f74289ab10ede052c3b9390d9f69 100644
--- a/net/quic/quic_packet_generator.h
+++ b/net/quic/quic_packet_generator.h
@@ -158,10 +158,12 @@ class NET_EXPORT_PRIVATE QuicPacketGenerator
// Used for retransmitting packets to ensure they aren't too long.
// Caller must ensure that any open FEC group is closed before calling this
// method.
- SerializedPacket ReserializeAllFrames(const RetransmittableFrames& frames,
- QuicPacketNumberLength original_length,
- char* buffer,
- size_t buffer_len);
+ SerializedPacket ReserializeAllFrames(
+ const RetransmittableFrames& frames,
+ EncryptionLevel original_encryption_level,
+ QuicPacketNumberLength original_length,
+ char* buffer,
+ size_t buffer_len);
// Update the packet number length to use in future packets as soon as it
// can be safely changed.
« no previous file with comments | « net/quic/quic_packet_creator_test.cc ('k') | net/quic/quic_packet_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698