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

Unified Diff: net/quic/test_tools/quic_packet_creator_peer.h

Issue 1660593004: Landing Recent QUIC changes until 01/28/2016 18:41 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Final_0202
Patch Set: Created 4 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
« no previous file with comments | « net/quic/spdy_utils_test.cc ('k') | net/quic/test_tools/quic_packet_creator_peer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_packet_creator_peer.h
diff --git a/net/quic/test_tools/quic_packet_creator_peer.h b/net/quic/test_tools/quic_packet_creator_peer.h
index 3970e6e6d8129912440883328f4a865f8eb5c07e..cc17ca931de1012b0740511d2af311b21a85c2fd 100644
--- a/net/quic/test_tools/quic_packet_creator_peer.h
+++ b/net/quic/test_tools/quic_packet_creator_peer.h
@@ -50,9 +50,13 @@ class QuicPacketCreatorPeer {
static bool IsFecEnabled(QuicPacketCreator* creator);
static void StartFecProtectingPackets(QuicPacketCreator* creator);
static void StopFecProtectingPackets(QuicPacketCreator* creator);
- static SerializedPacket SerializeFec(QuicPacketCreator* creator,
- char* buffer,
- size_t buffer_len);
+ static void SerializeFec(QuicPacketCreator* creator,
+ char* buffer,
+ size_t buffer_len);
+ static SerializedPacket SerializeAllFrames(QuicPacketCreator* creator,
+ const QuicFrames& frames,
+ char* buffer,
+ size_t buffer_len);
static void ResetFecGroup(QuicPacketCreator* creator);
static QuicTime::Delta GetFecTimeout(QuicPacketCreator* creator);
// TODO(rtenneti): Delete this code after the 0.25 RTT FEC experiment.
« no previous file with comments | « net/quic/spdy_utils_test.cc ('k') | net/quic/test_tools/quic_packet_creator_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698