| 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 2ae2dbfbb2e4cf57facc77bd15f0bee4fc3e1f7b..73482cc970e0507f086c2ab7fb3a3e92a17e9992 100644
|
| --- a/net/quic/congestion_control/fix_rate_sender.cc
|
| +++ b/net/quic/congestion_control/fix_rate_sender.cc
|
| @@ -101,6 +101,10 @@ QuicByteCount FixRateSender::GetCongestionWindow() const {
|
| return 0;
|
| }
|
|
|
| +bool FixRateSender::InSlowStart() const {
|
| + return false;
|
| +}
|
| +
|
| QuicByteCount FixRateSender::GetSlowStartThreshold() const {
|
| return 0;
|
| }
|
|
|