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

Unified Diff: net/http/http_network_session.cc

Issue 1112093002: Remove unused max_concurrent_streams_limit_ member. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/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 45e87367fad4f749d3a890f8450b729dccfb6013..f4c6055c8e5aa8972435cf7e89ddf2e0c41bef76 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -80,7 +80,6 @@ HttpNetworkSession::Params::Params()
spdy_session_max_recv_window_size(kSpdySessionMaxRecvWindowSize),
spdy_stream_max_recv_window_size(kSpdyStreamMaxRecvWindowSize),
spdy_initial_max_concurrent_streams(0),
- spdy_max_concurrent_streams_limit(0),
time_func(&base::TimeTicks::Now),
use_alternate_protocols(false),
alternative_service_probability_threshold(1),
@@ -156,7 +155,6 @@ HttpNetworkSession::HttpNetworkSession(const Params& params)
params.spdy_session_max_recv_window_size,
params.spdy_stream_max_recv_window_size,
params.spdy_initial_max_concurrent_streams,
- params.spdy_max_concurrent_streams_limit,
params.time_func,
params.trusted_spdy_proxy),
http_stream_factory_(new HttpStreamFactoryImpl(this, false)),
« 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