| 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 082264d07ec6b95d8d6b4dc7395ffb8fdaee57b4..05fcb354db1ac8e4b94dea07cb610e8c18081825 100644
|
| --- a/net/quic/congestion_control/fix_rate_sender.cc
|
| +++ b/net/quic/congestion_control/fix_rate_sender.cc
|
| @@ -123,4 +123,11 @@ QuicTime::Delta FixRateSender::RetransmissionDelay() {
|
| return latest_rtt_.Add(latest_rtt_);
|
| }
|
|
|
| +QuicByteCount FixRateSender::GetCongestionWindow() {
|
| + return 0;
|
| +}
|
| +
|
| +void FixRateSender::SetCongestionWindow(QuicByteCount window) {
|
| +}
|
| +
|
| } // namespace net
|
|
|