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 0e69de837bc4c1e269d2dc56eccef2de87032f0b..731d4d2949516408a6cff7faeb8ee0a2f2a808d7 100644 |
--- a/net/http/http_stream_factory_impl_job.cc |
+++ b/net/http/http_stream_factory_impl_job.cc |
@@ -386,7 +386,7 @@ void HttpStreamFactoryImpl::Job::OnStreamReadyCallback() { |
MaybeCopyConnectionAttemptsFromSocketOrHandle(); |
- delegate_->OnStreamReady(this, server_ssl_config_, proxy_info_); |
+ delegate_->OnStreamReady(this, server_ssl_config_); |
// |this| may be deleted after this call. |
} |