| Index: net/quic/congestion_control/tcp_cubic_sender_packets.cc
|
| diff --git a/net/quic/congestion_control/tcp_cubic_sender_packets.cc b/net/quic/congestion_control/tcp_cubic_sender_packets.cc
|
| index 0e35297e3f39d54d4278af3c17d8ce88f85704c8..65dae27138ccb482af5cd6dc449a9d0e11680ceb 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_sender_packets.cc
|
| +++ b/net/quic/congestion_control/tcp_cubic_sender_packets.cc
|
| @@ -78,12 +78,6 @@ void TcpCubicSenderPackets::SetNumEmulatedConnections(int num_connections) {
|
| cubic_.SetNumConnections(num_connections_);
|
| }
|
|
|
| -void TcpCubicSenderPackets::SetMaxCongestionWindow(
|
| - QuicByteCount max_congestion_window) {
|
| - DCHECK(!FLAGS_quic_ignore_srbf);
|
| - max_tcp_congestion_window_ = max_congestion_window / kDefaultTCPMSS;
|
| -}
|
| -
|
| void TcpCubicSenderPackets::ExitSlowstart() {
|
| slowstart_threshold_ = congestion_window_;
|
| }
|
|
|