| Index: net/quic/quic_stream_factory.h
|
| diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
|
| index 8a3437bc9dc71f7f99877ef771176aec5248a54c..43b803ce757a7f2fef2322e96f52675e7a916e3c 100644
|
| --- a/net/quic/quic_stream_factory.h
|
| +++ b/net/quic/quic_stream_factory.h
|
| @@ -109,6 +109,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
|
| float load_server_info_timeout_srtt_multiplier,
|
| bool enable_truncated_connection_ids,
|
| bool enable_connection_racing,
|
| + bool enable_nonblocking_io,
|
| bool disable_disk_cache,
|
| const QuicTagVector& connection_options);
|
| ~QuicStreamFactory() override;
|
| @@ -329,6 +330,9 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
|
| // config from the disk cache.
|
| bool enable_connection_racing_;
|
|
|
| + // Set if experimental non-blocking IO should be used on windows sockets.
|
| + bool enable_nonblocking_io_;
|
| +
|
| // Set if we do not want to load server config from the disk cache.
|
| bool disable_disk_cache_;
|
|
|
|
|