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

Unified Diff: net/http/http_network_session.cc

Issue 2958133002: Change QuicStreamRequest::Request() to take a preferred QuicVersion so that (Closed)
Patch Set: Re #26 Created 3 years, 5 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 | « no previous file | net/http/http_server_properties.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 2eb58ee963c7adc9ce1811a33f2cb1abd11826df..7f106673266619e3ff24b6d80b34104ce61fbb31 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -190,7 +190,6 @@ HttpNetworkSession::HttpNetworkSession(const Params& params,
: QuicChromiumClock::GetInstance(),
params.quic_max_packet_length,
params.quic_user_agent_id,
- params.quic_supported_versions,
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 | « no previous file | net/http/http_server_properties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698