| Index: net/quic/congestion_control/tcp_cubic_sender.cc
|
| diff --git a/net/quic/congestion_control/tcp_cubic_sender.cc b/net/quic/congestion_control/tcp_cubic_sender.cc
|
| index 4d6111f2a25c1bfabc2e1d88ecc78039b54ff142..75639362705777129dc44d0c0f30c36cf26ae8eb 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_sender.cc
|
| +++ b/net/quic/congestion_control/tcp_cubic_sender.cc
|
| @@ -231,6 +231,7 @@ QuicTime::Delta TcpCubicSender::TimeUntilSend(
|
| QuicByteCount bytes_in_flight,
|
| HasRetransmittableData has_retransmittable_data) const {
|
| if (has_retransmittable_data == NO_RETRANSMITTABLE_DATA) {
|
| + DCHECK(!FLAGS_quic_respect_send_alarm2);
|
| // For TCP we can always send an ACK immediately.
|
| return QuicTime::Delta::Zero();
|
| }
|
|
|