| Index: net/quic/core/congestion_control/tcp_cubic_sender_base.cc
|
| diff --git a/net/quic/core/congestion_control/tcp_cubic_sender_base.cc b/net/quic/core/congestion_control/tcp_cubic_sender_base.cc
|
| index 151cc3ec6a3194666e6905ffc3041b01296ddc26..d56fbf8394cf4a17d6c6df6c7ef3f8091b915145 100644
|
| --- a/net/quic/core/congestion_control/tcp_cubic_sender_base.cc
|
| +++ b/net/quic/core/congestion_control/tcp_cubic_sender_base.cc
|
| @@ -188,7 +188,7 @@ bool TcpCubicSenderBase::OnPacketSent(
|
|
|
| QuicTime::Delta TcpCubicSenderBase::TimeUntilSend(
|
| QuicTime /* now */,
|
| - QuicByteCount bytes_in_flight) const {
|
| + QuicByteCount bytes_in_flight) {
|
| if (!no_prr_ && InRecovery()) {
|
| // PRR is used when in recovery.
|
| return prr_.TimeUntilSend(GetCongestionWindow(), bytes_in_flight,
|
|
|