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

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

Issue 849123003: Land Recent QUIC Changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed extra blank line Created 5 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/test_tools/quic_packet_generator_peer.h ('k') | net/quic/test_tools/quic_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_packet_generator_peer.cc
diff --git a/net/quic/test_tools/quic_packet_generator_peer.cc b/net/quic/test_tools/quic_packet_generator_peer.cc
index ad0693a355ffe0a3c0794ecb55b28e8a7deb6b1b..c6ef40261869d696a598f568003bf2d9e2c11b2f 100644
--- a/net/quic/test_tools/quic_packet_generator_peer.cc
+++ b/net/quic/test_tools/quic_packet_generator_peer.cc
@@ -16,5 +16,11 @@ QuicPacketCreator* QuicPacketGeneratorPeer::GetPacketCreator(
return &generator->packet_creator_;
}
+// static
+QuicTime::Delta QuicPacketGeneratorPeer::GetFecTimeout(
+ QuicPacketGenerator* generator) {
+ return generator->fec_timeout_;
+}
+
} // namespace test
} // namespace net
« no previous file with comments | « net/quic/test_tools/quic_packet_generator_peer.h ('k') | net/quic/test_tools/quic_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698