Index: net/quic/congestion_control/fix_rate_sender.h |
diff --git a/net/quic/congestion_control/fix_rate_sender.h b/net/quic/congestion_control/fix_rate_sender.h |
index ba735a0ec1c3d901b0bf5987b3a9a7e45b177c9a..c50d8a9a24efa80179a48588655b534445a5c137 100644 |
--- a/net/quic/congestion_control/fix_rate_sender.h |
+++ b/net/quic/congestion_control/fix_rate_sender.h |
@@ -50,6 +50,7 @@ class NET_EXPORT_PRIVATE FixRateSender : public SendAlgorithmInterface { |
virtual bool HasReliableBandwidthEstimate() const OVERRIDE; |
virtual QuicTime::Delta RetransmissionDelay() const OVERRIDE; |
virtual QuicByteCount GetCongestionWindow() const OVERRIDE; |
+ virtual bool InSlowStart() const OVERRIDE; |
virtual QuicByteCount GetSlowStartThreshold() const OVERRIDE; |
// End implementation of SendAlgorithmInterface. |