| 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 4e3f635cb8c9b3617ef7e447ff39957b70fb5560..5398cc6234d7fa25cfb28a2f94758dd4760a58f4 100644
|
| --- a/net/quic/congestion_control/fix_rate_sender.cc
|
| +++ b/net/quic/congestion_control/fix_rate_sender.cc
|
| @@ -31,7 +31,6 @@ FixRateSender::~FixRateSender() {
|
| void FixRateSender::OnIncomingQuicCongestionFeedbackFrame(
|
| const QuicCongestionFeedbackFrame& feedback,
|
| QuicTime feedback_receive_time,
|
| - QuicBandwidth /*sent_bandwidth*/,
|
| const SentPacketsMap& /*sent_packets*/) {
|
| DCHECK(feedback.type == kFixRate) <<
|
| "Invalid incoming CongestionFeedbackType:" << feedback.type;
|
|
|