Index: net/quic/congestion_control/inter_arrival_probe.h |
diff --git a/net/quic/congestion_control/inter_arrival_probe.h b/net/quic/congestion_control/inter_arrival_probe.h |
index 0cba7eec8db7cb4af14e2980c061c662777edc30..af82a5beeae71148f414917de25d417da7cacf32 100644 |
--- a/net/quic/congestion_control/inter_arrival_probe.h |
+++ b/net/quic/congestion_control/inter_arrival_probe.h |
@@ -29,6 +29,9 @@ class NET_EXPORT_PRIVATE InterArrivalProbe { |
// the peer for. |
void OnAcknowledgedPacket(QuicByteCount bytes); |
+ // Called when the RTO fires, and all packets have been lost. |
+ void OnRetransmissionTimeout(); |
+ |
// Call to get the number of bytes that can be sent as part of this probe. |
QuicByteCount GetAvailableCongestionWindow(); |