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

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

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.h
diff --git a/net/quic/test_tools/quic_received_packet_manager_peer.h b/net/quic/test_tools/quic_received_packet_manager_peer.h
index 90dfd3a1d6fa5619c20108b82a57f69171188a7e..a2427b848f74e729ce5c5dd1442b18ece102cb09 100644
--- a/net/quic/test_tools/quic_received_packet_manager_peer.h
+++ b/net/quic/test_tools/quic_received_packet_manager_peer.h
@@ -16,11 +16,6 @@ namespace test {
class QuicReceivedPacketManagerPeer {
public:
- static void SetCumulativeEntropyUpTo(
- QuicReceivedPacketManager* received_packet_manager,
- QuicPacketNumber peer_least_unacked,
- QuicPacketEntropyHash entropy_hash);
-
static bool DontWaitForPacketsBefore(
QuicReceivedPacketManager* received_packet_manager,
QuicPacketNumber least_unacked);
« no previous file with comments | « net/quic/test_tools/quic_packet_creator_peer.h ('k') | net/quic/test_tools/quic_received_packet_manager_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698