| Index: net/quic/congestion_control/send_algorithm_interface.h
|
| diff --git a/net/quic/congestion_control/send_algorithm_interface.h b/net/quic/congestion_control/send_algorithm_interface.h
|
| index fcd9db449bdafb747585d0acbbecc838a9fa36a9..c07aa8f017fd1dd69aad15f602e50581cc804655 100644
|
| --- a/net/quic/congestion_control/send_algorithm_interface.h
|
| +++ b/net/quic/congestion_control/send_algorithm_interface.h
|
| @@ -80,8 +80,7 @@ class NET_EXPORT_PRIVATE SendAlgorithmInterface {
|
| // Calculate the time until we can send the next packet.
|
| virtual QuicTime::Delta TimeUntilSend(
|
| QuicTime now,
|
| - QuicByteCount bytes_in_flight,
|
| - HasRetransmittableData has_retransmittable_data) const = 0;
|
| + QuicByteCount bytes_in_flight) const = 0;
|
|
|
| // The pacing rate of the send algorithm. May be zero if the rate is unknown.
|
| virtual QuicBandwidth PacingRate() const = 0;
|
|
|