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

Unified Diff: net/http/http_network_session.cc

Issue 2165023002: Remove enable_priority_dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « net/http/http_network_session.h ('k') | net/spdy/spdy_session.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 b63881d4c0a4952ca6768234bd6e55cf8c4dfd8d..bf2828f40d9ecda502a71d3ca1cba618e3f8e975 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -96,7 +96,6 @@ HttpNetworkSession::Params::Params()
time_func(&base::TimeTicks::Now),
enable_http2_alternative_service_with_different_host(false),
enable_quic_alternative_service_with_different_host(true),
- enable_priority_dependencies(true),
enable_quic(false),
disable_quic_on_timeout_with_open_streams(false),
enable_quic_port_selection(true),
@@ -196,7 +195,6 @@ HttpNetworkSession::HttpNetworkSession(const Params& params)
params.http_server_properties,
params.transport_security_state,
params.enable_spdy_ping_based_connection_checking,
- params.enable_priority_dependencies,
params.spdy_session_max_recv_window_size,
params.spdy_stream_max_recv_window_size,
params.time_func,
« no previous file with comments | « net/http/http_network_session.h ('k') | net/spdy/spdy_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698