| Index: net/quic/congestion_control/send_algorithm_interface.h
|
| diff --git a/net/quic/congestion_control/send_algorithm_interface.h b/net/quic/congestion_control/send_algorithm_interface.h
|
| index fd8ec3e627847120f5d3e5ab5768d18254ad677c..f2c4e7b5e11e94378a75e2b5ee39c55790eb1cea 100644
|
| --- a/net/quic/congestion_control/send_algorithm_interface.h
|
| +++ b/net/quic/congestion_control/send_algorithm_interface.h
|
| @@ -45,7 +45,6 @@ class NET_EXPORT_PRIVATE SendAlgorithmInterface {
|
| virtual void OnIncomingQuicCongestionFeedbackFrame(
|
| const QuicCongestionFeedbackFrame& feedback,
|
| QuicTime feedback_receive_time,
|
| - QuicBandwidth sent_bandwidth,
|
| const SentPacketsMap& sent_packets) = 0;
|
|
|
| // Called for each received ACK, with sequence number from remote peer.
|
|
|