Index: net/quic/congestion_control/tcp_loss_algorithm.cc |
diff --git a/net/quic/congestion_control/tcp_loss_algorithm.cc b/net/quic/congestion_control/tcp_loss_algorithm.cc |
index 72df0702b26f6bdf286c4caee6663fda950ef4f3..57b7ffad0c66b5c1e6556e2770dc37fb7288275d 100644 |
--- a/net/quic/congestion_control/tcp_loss_algorithm.cc |
+++ b/net/quic/congestion_control/tcp_loss_algorithm.cc |
@@ -48,4 +48,8 @@ SequenceNumberSet TCPLossAlgorithm::DetectLostPackets( |
return lost_packets; |
} |
+QuicTime TCPLossAlgorithm::GetLossTimeout() const { |
+ return QuicTime::Zero(); |
+} |
+ |
} // namespace net |