| Index: net/quic/congestion_control/tcp_cubic_sender_base.h
|
| diff --git a/net/quic/congestion_control/tcp_cubic_sender_base.h b/net/quic/congestion_control/tcp_cubic_sender_base.h
|
| index d4749e5d923b97bc22f2a6704c9066b378e4b661..d3f231bef4b8128feedbb0af589c173cc829d5da 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_sender_base.h
|
| +++ b/net/quic/congestion_control/tcp_cubic_sender_base.h
|
| @@ -82,6 +82,7 @@ class NET_EXPORT_PRIVATE TcpCubicSenderBase : public SendAlgorithmInterface {
|
|
|
| // Called when a packet is lost.
|
| virtual void OnPacketLost(QuicPacketNumber largest_loss,
|
| + QuicByteCount lost_bytes,
|
| QuicByteCount bytes_in_flight) = 0;
|
|
|
| // Called when a packet has been acked to possibly increase the congestion
|
|
|