| 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..ba735a0ec1c3d901b0bf5987b3a9a7e45b177c9a 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 QuicByteCount GetSlowStartThreshold() const OVERRIDE;
|
| // End implementation of SendAlgorithmInterface.
|
|
|
| private:
|
|
|