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

Unified Diff: net/http/http_network_session.cc

Issue 2830563002: Remove the unused "Disable non-blocking IO" QUIC experiment code. (Closed)
Patch Set: Rebase Created 3 years, 8 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
« no previous file with comments | « net/http/http_network_session.h ('k') | net/quic/chromium/quic_stream_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.cc
diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
index 30fa1a0918daf65037bfed6167b9f4dce7f388a7..a654327cf1459c7143a2b76484f0d9c1917c5e9a 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -123,7 +123,6 @@ HttpNetworkSession::Params::Params()
enable_quic(false),
mark_quic_broken_when_network_blackholes(false),
retry_without_alt_svc_on_quic_errors(false),
- quic_enable_non_blocking_io(false),
quic_max_server_configs_stored_in_properties(0u),
quic_clock(nullptr),
quic_random(nullptr),
@@ -187,7 +186,6 @@ HttpNetworkSession::HttpNetworkSession(const Params& params)
params.quic_max_packet_length,
params.quic_user_agent_id,
params.quic_supported_versions,
- params.quic_enable_non_blocking_io,
params.quic_max_server_configs_stored_in_properties > 0,
params.quic_close_sessions_on_ip_change,
params.mark_quic_broken_when_network_blackholes,
« no previous file with comments | « net/http/http_network_session.h ('k') | net/quic/chromium/quic_stream_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698