| Index: net/quic/congestion_control/pacing_sender.cc
|
| diff --git a/net/quic/congestion_control/pacing_sender.cc b/net/quic/congestion_control/pacing_sender.cc
|
| index d53fccc77321c8a1c0c0a7cd883bf629df5a95a0..061f6ec0a3c1119dce5ecbf1ca169ea0abb189a4 100644
|
| --- a/net/quic/congestion_control/pacing_sender.cc
|
| +++ b/net/quic/congestion_control/pacing_sender.cc
|
| @@ -28,13 +28,6 @@ void PacingSender::SetNumEmulatedConnections(int num_connections) {
|
| sender_->SetNumEmulatedConnections(num_connections);
|
| }
|
|
|
| -void PacingSender::OnIncomingQuicCongestionFeedbackFrame(
|
| - const QuicCongestionFeedbackFrame& feedback,
|
| - QuicTime feedback_receive_time) {
|
| - sender_->OnIncomingQuicCongestionFeedbackFrame(
|
| - feedback, feedback_receive_time);
|
| -}
|
| -
|
| void PacingSender::OnCongestionEvent(bool rtt_updated,
|
| QuicByteCount bytes_in_flight,
|
| const CongestionVector& acked_packets,
|
|
|