| 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 73482cc970e0507f086c2ab7fb3a3e92a17e9992..51e16da67a2194d175b4ba18b57e734bb36586ac 100644
|
| --- a/net/quic/congestion_control/fix_rate_sender.cc
|
| +++ b/net/quic/congestion_control/fix_rate_sender.cc
|
| @@ -109,4 +109,8 @@ QuicByteCount FixRateSender::GetSlowStartThreshold() const {
|
| return 0;
|
| }
|
|
|
| +CongestionControlType FixRateSender::GetCongestionControlType() const {
|
| + return kFixRateCongestionControl;
|
| +}
|
| +
|
| } // namespace net
|
|
|