| 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 e18183f4dd6f4fb947e2db25beee09161e572efb..0f0ef3af5ebf096077f091b3a4846d677a0f9a11 100644
|
| --- a/net/quic/congestion_control/pacing_sender.cc
|
| +++ b/net/quic/congestion_control/pacing_sender.cc
|
| @@ -40,10 +40,6 @@ void PacingSender::SetNumEmulatedConnections(int num_connections) {
|
| sender_->SetNumEmulatedConnections(num_connections);
|
| }
|
|
|
| -void PacingSender::SetMaxCongestionWindow(QuicByteCount max_congestion_window) {
|
| - sender_->SetMaxCongestionWindow(max_congestion_window);
|
| -}
|
| -
|
| void PacingSender::SetMaxPacingRate(QuicBandwidth max_pacing_rate) {
|
| max_pacing_rate_ = max_pacing_rate;
|
| }
|
|
|