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 dbf506b97c9b6762a340c519b68443c545c7d893..c50d8a9a24efa80179a48588655b534445a5c137 100644 |
--- a/net/quic/congestion_control/fix_rate_sender.h |
+++ b/net/quic/congestion_control/fix_rate_sender.h |
@@ -50,6 +50,8 @@ 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. |
private: |