Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1721)

Unified Diff: net/http/http_network_session.h

Issue 938003003: Add a new enable_nonblocking_io field trial param for QUIC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: working Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698