Index: net/http/http_stream_factory_impl_job_controller.h |
diff --git a/net/http/http_stream_factory_impl_job_controller.h b/net/http/http_stream_factory_impl_job_controller.h |
index c4edf161dbaa0771cc829c3c65c6ced51488f99b..bb18c2f045a81557e9b0656baf4fc3ddb86b5d55 100644 |
--- a/net/http/http_stream_factory_impl_job_controller.h |
+++ b/net/http/http_stream_factory_impl_job_controller.h |
@@ -69,9 +69,7 @@ class HttpStreamFactoryImpl::JobController |
// From HttpStreamFactoryImpl::Job::Delegate. |
// Invoked when |job| has an HttpStream ready. |
- void OnStreamReady(Job* job, |
- const SSLConfig& used_ssl_config, |
- const ProxyInfo& used_proxy_info) override; |
+ void OnStreamReady(Job* job, const SSLConfig& used_ssl_config) override; |
// Invoked when |job| has a BidirectionalStream ready. |
void OnBidirectionalStreamImplReady( |