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

Unified Diff: net/quic/quic_sent_packet_manager_interface.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_sent_packet_manager.cc ('k') | net/quic/quic_sent_packet_manager_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_sent_packet_manager_interface.h
diff --git a/net/quic/quic_sent_packet_manager_interface.h b/net/quic/quic_sent_packet_manager_interface.h
index 07539572497cb00d20fcf804d8063353c76e5640..09a768282a56dc8153309c293cd219f326de9708 100644
--- a/net/quic/quic_sent_packet_manager_interface.h
+++ b/net/quic/quic_sent_packet_manager_interface.h
@@ -81,13 +81,6 @@ class NET_EXPORT_PRIVATE QuicSentPacketManagerInterface {
virtual void OnIncomingAck(const QuicAckFrame& ack_frame,
QuicTime ack_receive_time) = 0;
- virtual bool IsUnacked(QuicPathId path_id,
- QuicPacketNumber packet_number) const = 0;
-
- virtual bool HasRetransmittableFrames(
- QuicPathId path_id,
- QuicPacketNumber packet_number) const = 0;
-
// Requests retransmission of all unacked packets of |retransmission_type| on
// the default path.
virtual void RetransmitUnackedPackets(
« no previous file with comments | « net/quic/quic_sent_packet_manager.cc ('k') | net/quic/quic_sent_packet_manager_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698