| Index: net/quic/congestion_control/fix_rate_sender.cc
|
| diff --git a/net/quic/congestion_control/fix_rate_sender.cc b/net/quic/congestion_control/fix_rate_sender.cc
|
| index ac5b46f50fd4c2cd4e5419a42bf0f2b2f3b21457..73482cc970e0507f086c2ab7fb3a3e92a17e9992 100644
|
| --- a/net/quic/congestion_control/fix_rate_sender.cc
|
| +++ b/net/quic/congestion_control/fix_rate_sender.cc
|
| @@ -101,4 +101,12 @@ QuicByteCount FixRateSender::GetCongestionWindow() const {
|
| return 0;
|
| }
|
|
|
| +bool FixRateSender::InSlowStart() const {
|
| + return false;
|
| +}
|
| +
|
| +QuicByteCount FixRateSender::GetSlowStartThreshold() const {
|
| + return 0;
|
| +}
|
| +
|
| } // namespace net
|
|
|