| Index: net/quic/congestion_control/tcp_cubic_sender.cc
|
| diff --git a/net/quic/congestion_control/tcp_cubic_sender.cc b/net/quic/congestion_control/tcp_cubic_sender.cc
|
| index 78bd7d9ca8fb5572c327a14b8c8990e8125f5f76..e71b8c27a9330fbf5abe480bfa17bfd15cd17283 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_sender.cc
|
| +++ b/net/quic/congestion_control/tcp_cubic_sender.cc
|
| @@ -35,7 +35,6 @@ TcpCubicSender::TcpCubicSender(const QuicClock* clock, bool reno)
|
| void TcpCubicSender::OnIncomingQuicCongestionFeedbackFrame(
|
| const QuicCongestionFeedbackFrame& feedback,
|
| QuicTime feedback_receive_time,
|
| - QuicBandwidth /*sent_bandwidth*/,
|
| const SentPacketsMap& /*sent_packets*/) {
|
| if (last_received_accumulated_number_of_lost_packets_ !=
|
| feedback.tcp.accumulated_number_of_lost_packets) {
|
|
|