| Index: net/quic/congestion_control/tcp_cubic_bytes_sender.h
|
| diff --git a/net/quic/congestion_control/tcp_cubic_bytes_sender.h b/net/quic/congestion_control/tcp_cubic_bytes_sender.h
|
| index d601e6ae3bdc560c4439ca6bbefb7df6b2ff051e..7b687006d24d57bf9eb50d3343012cbcfec407b1 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_bytes_sender.h
|
| +++ b/net/quic/congestion_control/tcp_cubic_bytes_sender.h
|
| @@ -43,6 +43,7 @@ class NET_EXPORT_PRIVATE TcpCubicBytesSender : public SendAlgorithmInterface {
|
| bool ResumeConnectionState(
|
| const CachedNetworkParameters& cached_network_params) 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,
|
|
|