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

Unified Diff: net/http/http_stream_factory_impl_job.cc

Issue 2371943003: Remove |certificate_error_code| and SpdySession::TryAccessStream(). (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
Index: net/http/http_stream_factory_impl_job.cc
diff --git a/net/http/http_stream_factory_impl_job.cc b/net/http/http_stream_factory_impl_job.cc
index 7853ac5eaf4468c12a9ddc25748f9e5c7443e771..968b148adba41d18a6fba9741a9a3cbe50e21550 100644
--- a/net/http/http_stream_factory_impl_job.cc
+++ b/net/http/http_stream_factory_impl_job.cc
@@ -1204,7 +1204,7 @@ int HttpStreamFactoryImpl::Job::DoCreateStream() {
spdy_session =
session_->spdy_session_pool()->CreateAvailableSessionFromSocket(
- spdy_session_key, std::move(connection_), net_log_, OK, using_ssl_);
+ spdy_session_key, std::move(connection_), net_log_, using_ssl_);
if (!spdy_session->HasAcceptableTransportSecurity()) {
spdy_session->CloseSessionOnError(

Powered by Google App Engine
This is Rietveld 408576698