| Index: net/quic/congestion_control/tcp_cubic_sender_packets.h
|
| diff --git a/net/quic/congestion_control/tcp_cubic_sender_packets.h b/net/quic/congestion_control/tcp_cubic_sender_packets.h
|
| index 610e75e12b2d9f5fa2074e2fa3b5d466d67d0dfc..2fe630f750e77271ca416fda7e3036d6f4907b8d 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_sender_packets.h
|
| +++ b/net/quic/congestion_control/tcp_cubic_sender_packets.h
|
| @@ -42,7 +42,6 @@ class NET_EXPORT_PRIVATE TcpCubicSenderPackets : public TcpCubicSenderBase {
|
|
|
| // Start implementation of SendAlgorithmInterface.
|
| void SetNumEmulatedConnections(int num_connections) override;
|
| - void SetMaxCongestionWindow(QuicByteCount max_congestion_window) override;
|
| void OnConnectionMigration() override;
|
| QuicByteCount GetCongestionWindow() const override;
|
| QuicByteCount GetSlowStartThreshold() const override;
|
|
|