| 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 6773016853621269a235300c52383722ec7afaf5..6415172fc47ac7365baca1059e33e30c0d3f1c1f 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_sender_bytes_test.cc
|
| +++ b/net/quic/congestion_control/tcp_cubic_sender_bytes_test.cc
|
| @@ -874,7 +874,6 @@ TEST_F(TcpCubicSenderBytesTest, ResetAfterConnectionMigration) {
|
| }
|
|
|
| TEST_F(TcpCubicSenderBytesTest, DefaultMaxCwnd) {
|
| - ValueRestore<bool> old_flag(&FLAGS_quic_ignore_srbf, true);
|
| RttStats rtt_stats;
|
| QuicConnectionStats stats;
|
| std::unique_ptr<SendAlgorithmInterface> sender(SendAlgorithmInterface::Create(
|
|
|