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

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

Issue 2516033003: Landing Recent QUIC changes until Mon Nov 14 04:43:50 2016 +0000 (Closed)
Patch Set: Remove unused UpdatePacketGapSentHistogram() function. Created 4 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
Index: net/quic/test_tools/quic_received_packet_manager_peer.cc
diff --git a/net/quic/test_tools/quic_received_packet_manager_peer.cc b/net/quic/test_tools/quic_received_packet_manager_peer.cc
index c990cc3ac098b3896392838555a661b134d628b8..2a6fc7976a46bf348e3e7ec2b0f259f77dc3130e 100644
--- a/net/quic/test_tools/quic_received_packet_manager_peer.cc
+++ b/net/quic/test_tools/quic_received_packet_manager_peer.cc
@@ -11,15 +11,6 @@ namespace net {
namespace test {
// static
-void QuicReceivedPacketManagerPeer::SetCumulativeEntropyUpTo(
- QuicReceivedPacketManager* received_packet_manager,
- QuicPacketNumber peer_least_unacked,
- QuicPacketEntropyHash entropy_hash) {
- received_packet_manager->entropy_tracker_.SetCumulativeEntropyUpTo(
- peer_least_unacked, entropy_hash);
-}
-
-// static
bool QuicReceivedPacketManagerPeer::DontWaitForPacketsBefore(
QuicReceivedPacketManager* received_packet_manager,
QuicPacketNumber least_unacked) {
« no previous file with comments | « net/quic/test_tools/quic_received_packet_manager_peer.h ('k') | net/quic/test_tools/quic_test_packet_maker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698