Index: net/http/http_network_session.h |
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h |
index ea1879dfe2cab18941827b09b982c18fae0e7b73..a1a7a3e37e7b587d82fe28e74ea02e2fb65c1fd6 100644 |
--- a/net/http/http_network_session.h |
+++ b/net/http/http_network_session.h |
@@ -121,6 +121,7 @@ class NET_EXPORT HttpNetworkSession |
float quic_load_server_info_timeout_srtt_multiplier; |
bool quic_enable_truncated_connection_ids; |
bool quic_enable_connection_racing; |
+ bool quic_enable_nonblocking_io; |
bool quic_disable_disk_cache; |
HostPortPair origin_to_force_quic_on; |
QuicClock* quic_clock; // Will be owned by QuicStreamFactory. |