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

Unified Diff: net/url_request/url_request_context_builder.cc

Issue 2327923002: Revert of Remove obsolete QUIC disabling code. (Closed)
Patch Set: Created 4 years, 3 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/quic/test_tools/quic_stream_factory_peer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_context_builder.cc
diff --git a/net/url_request/url_request_context_builder.cc b/net/url_request/url_request_context_builder.cc
index 30c4badde0564fff77a5f8c4920c963ef416806c..4f3c3a9cdf60c5f24d02822c7942841429962124 100644
--- a/net/url_request/url_request_context_builder.cc
+++ b/net/url_request/url_request_context_builder.cc
@@ -427,6 +427,10 @@
http_network_session_params_.quic_max_server_configs_stored_in_properties;
network_session_params.quic_delay_tcp_race =
http_network_session_params_.quic_delay_tcp_race;
+ network_session_params.quic_max_number_of_lossy_connections =
+ http_network_session_params_.quic_max_number_of_lossy_connections;
+ network_session_params.quic_packet_loss_threshold =
+ http_network_session_params_.quic_packet_loss_threshold;
network_session_params.quic_idle_connection_timeout_seconds =
http_network_session_params_.quic_idle_connection_timeout_seconds;
network_session_params.quic_connection_options =
« no previous file with comments | « net/quic/test_tools/quic_stream_factory_peer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698