| Index: net/quic/congestion_control/pacing_sender.h
|
| diff --git a/net/quic/congestion_control/pacing_sender.h b/net/quic/congestion_control/pacing_sender.h
|
| index 207901ed0de4d3aa722ddc0fefc0c9c47268bf47..e587aca658ae2ecc92cacc437cdb82d8badf7c1b 100644
|
| --- a/net/quic/congestion_control/pacing_sender.h
|
| +++ b/net/quic/congestion_control/pacing_sender.h
|
| @@ -45,7 +45,6 @@ class NET_EXPORT_PRIVATE PacingSender : public SendAlgorithmInterface {
|
| const CachedNetworkParameters& cached_network_params,
|
| bool max_bandwidth_resumption) override;
|
| void SetNumEmulatedConnections(int num_connections) override;
|
| - void SetMaxCongestionWindow(QuicByteCount max_congestion_window) override;
|
| void OnCongestionEvent(bool rtt_updated,
|
| QuicByteCount bytes_in_flight,
|
| const CongestionVector& acked_packets,
|
|
|