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

Unified Diff: net/quic/quic_multipath_sent_packet_manager.h

Issue 2179713004: Deprecate FLAGS_quic_always_write_queued_retransmissions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@128171703
Patch Set: Created 4 years, 5 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/quic_flags.cc ('k') | net/quic/quic_multipath_sent_packet_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_multipath_sent_packet_manager.h
diff --git a/net/quic/quic_multipath_sent_packet_manager.h b/net/quic/quic_multipath_sent_packet_manager.h
index 8c2e9b95662f77b0ae44fffd238419606ac8521e..7da2f42ddf5e045220449e6d56297635dc6383ec 100644
--- a/net/quic/quic_multipath_sent_packet_manager.h
+++ b/net/quic/quic_multipath_sent_packet_manager.h
@@ -52,15 +52,6 @@ class NET_EXPORT_PRIVATE QuicMultipathSentPacketManager :
void OnIncomingAck(const QuicAckFrame& ack_frame,
QuicTime ack_receive_time) override;
- // Returns true if |packet_number| is unacked on path with |path_id|.
- bool IsUnacked(QuicPathId path_id,
- QuicPacketNumber packet_number) const override;
-
- // Returns true if |packet_number| on |path_id| is unacked and has
- // retransmittable frames.
- bool HasRetransmittableFrames(QuicPathId path_id,
- QuicPacketNumber packet_number) const override;
-
// Requests retransmission of all unacked packets of |retransmission_type| on
// the default path.
void RetransmitUnackedPackets(TransmissionType retransmission_type) override;
« no previous file with comments | « net/quic/quic_flags.cc ('k') | net/quic/quic_multipath_sent_packet_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698