| Index: net/quic/congestion_control/tcp_cubic_sender_bytes_test.cc
|
| diff --git a/net/quic/congestion_control/tcp_cubic_sender_bytes_test.cc b/net/quic/congestion_control/tcp_cubic_sender_bytes_test.cc
|
| index 9c33e1d467166c63bf0204e8e13f5d2c2a59dc93..6773016853621269a235300c52383722ec7afaf5 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_sender_bytes_test.cc
|
| +++ b/net/quic/congestion_control/tcp_cubic_sender_bytes_test.cc
|
| @@ -232,7 +232,6 @@ TEST_F(TcpCubicSenderBytesTest, SlowStartPacketLoss) {
|
| }
|
|
|
| TEST_F(TcpCubicSenderBytesTest, SlowStartPacketLossWithLargeReduction) {
|
| - FLAGS_quic_sslr_limit_reduction = true;
|
| QuicConfig config;
|
| QuicTagVector options;
|
| options.push_back(kSSLR);
|
| @@ -327,7 +326,6 @@ TEST_F(TcpCubicSenderBytesTest, SlowStartHalfPacketLossWithLargeReduction) {
|
| }
|
|
|
| TEST_F(TcpCubicSenderBytesTest, SlowStartPacketLossWithMaxHalfReduction) {
|
| - FLAGS_quic_sslr_limit_reduction = true;
|
| QuicConfig config;
|
| QuicTagVector options;
|
| options.push_back(kSSLR);
|
|
|