Index: net/quic/congestion_control/tcp_loss_algorithm.h |
diff --git a/net/quic/congestion_control/tcp_loss_algorithm.h b/net/quic/congestion_control/tcp_loss_algorithm.h |
index 7c42c9f76afa66add65580b5025dce11dba1e0ab..4232351f2beac80e1c498a7795ca331a37d7ed95 100644 |
--- a/net/quic/congestion_control/tcp_loss_algorithm.h |
+++ b/net/quic/congestion_control/tcp_loss_algorithm.h |
@@ -29,6 +29,9 @@ class NET_EXPORT_PRIVATE TCPLossAlgorithm : public LossDetectionInterface { |
const QuicTime& time, |
QuicPacketSequenceNumber largest_observed, |
QuicTime::Delta srtt) OVERRIDE; |
+ |
+ // Return QuicTime::Zero. |
+ virtual QuicTime GetLossTimeout() const OVERRIDE; |
}; |
} // namespace net |