| 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 7b74d2d7bd476de783ad5fb58838707a469122df..c92b35b3c8ea8e171518c904aa5bf05d798d9c3e 100644
|
| --- a/net/quic/quic_stream_factory_test.cc
|
| +++ b/net/quic/quic_stream_factory_test.cc
|
| @@ -211,6 +211,7 @@ class QuicStreamFactoryTest : public ::testing::TestWithParam<TestParams> {
|
| /*load_server_info_timeout_srtt_multiplier=*/0.0f,
|
| /*enable_truncated_connection_ids=*/true,
|
| /*enable_connection_racing=*/false,
|
| + /*enable_nonblocking_io=*/true,
|
| /*disable_disk_cache=*/false,
|
| QuicTagVector()),
|
| host_port_pair_(kDefaultServerHostName, kDefaultServerPort),
|
|
|