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

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

Issue 1411953005: Remove the QuicPacketGenerator from the PacketTooLarge EndToEndTest and no longer allow too large p… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@106400931
Patch Set: Created 5 years, 1 month 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/test_tools/quic_packet_creator_peer.h ('k') | no next file » | 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.cc
diff --git a/net/quic/test_tools/quic_packet_creator_peer.cc b/net/quic/test_tools/quic_packet_creator_peer.cc
index b5c94141678c80ea44b413ac93b11a429db44902..0b9a101454136cabd505f798028dcaf3a72f7895 100644
--- a/net/quic/test_tools/quic_packet_creator_peer.cc
+++ b/net/quic/test_tools/quic_packet_creator_peer.cc
@@ -52,5 +52,13 @@ void QuicPacketCreatorPeer::SetPacketNumber(QuicPacketCreator* creator,
creator->packet_number_ = s;
}
+// static
+void QuicPacketCreatorPeer::FillPacketHeader(QuicPacketCreator* creator,
+ QuicFecGroupNumber fec_group,
+ bool fec_flag,
+ QuicPacketHeader* header) {
+ creator->FillPacketHeader(fec_group, fec_flag, header);
+}
+
} // namespace test
} // namespace net
« no previous file with comments | « net/quic/test_tools/quic_packet_creator_peer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698