| Index: net/quic/congestion_control/tcp_cubic_sender.h
|
| diff --git a/net/quic/congestion_control/tcp_cubic_sender.h b/net/quic/congestion_control/tcp_cubic_sender.h
|
| index 2a1066dfc3190852b5164718e2401a326d99e63e..0b7e948372d5a82c8e8cc0fb9658228f20d40667 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_sender.h
|
| +++ b/net/quic/congestion_control/tcp_cubic_sender.h
|
| @@ -33,7 +33,6 @@ class NET_EXPORT_PRIVATE TcpCubicSender : public SendAlgorithmInterface {
|
| virtual void OnIncomingQuicCongestionFeedbackFrame(
|
| const QuicCongestionFeedbackFrame& feedback,
|
| QuicTime feedback_receive_time,
|
| - QuicBandwidth sent_bandwidth,
|
| const SentPacketsMap& sent_packets) OVERRIDE;
|
| virtual void OnIncomingAck(QuicPacketSequenceNumber acked_sequence_number,
|
| QuicByteCount acked_bytes,
|
|
|