| Index: net/quic/quic_stream_factory_test.cc
|
| diff --git a/net/quic/quic_stream_factory_test.cc b/net/quic/quic_stream_factory_test.cc
|
| index 374eda4cc748990b07ba993f9bc6c3f8fe18f5a7..341ecb0a69e0e53c90a03258e40b555d10c97623 100644
|
| --- a/net/quic/quic_stream_factory_test.cc
|
| +++ b/net/quic/quic_stream_factory_test.cc
|
| @@ -113,7 +113,6 @@ class QuicStreamFactoryTest : public ::testing::TestWithParam<QuicVersion> {
|
| std::string(),
|
| SupportedVersions(GetParam()),
|
| /*enable_port_selection=*/true,
|
| - /*enable_time_based_loss_detection=*/true,
|
| /*always_require_handshake_confirmation=*/false,
|
| /*disable_connection_pooling=*/false,
|
| QuicTagVector()),
|
|
|