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

Unified Diff: net/quic/quic_sent_entropy_manager.h

Issue 1330973002: relnote: Refactor QuicAckFrame::missing_packets to support a change to a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Tidy_up_DLOG_messages_101773586
Patch Set: Created 5 years, 3 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
Index: net/quic/quic_sent_entropy_manager.h
diff --git a/net/quic/quic_sent_entropy_manager.h b/net/quic/quic_sent_entropy_manager.h
index fd1de76752ad34a7174b5e5839b0198d45244e57..cf12c842f1a904b9b0ec2df8da5aee11defcc6d6 100644
--- a/net/quic/quic_sent_entropy_manager.h
+++ b/net/quic/quic_sent_entropy_manager.h
@@ -41,7 +41,7 @@ class NET_EXPORT_PRIVATE QuicSentEntropyManager {
// up to |largest_observed| removing packet numbers from |missing_packets|.
// Must always be called with a monotonically increasing |largest_observed|.
bool IsValidEntropy(QuicPacketNumber largest_observed,
- const PacketNumberSet& missing_packets,
+ const PacketNumberQueue& missing_packets,
QuicPacketEntropyHash entropy_hash);
// Removes unnecessary entries before |packet_number|.

Powered by Google App Engine
This is Rietveld 408576698