Index: net/http/http_stream_factory_impl_job.h |
diff --git a/net/http/http_stream_factory_impl_job.h b/net/http/http_stream_factory_impl_job.h |
index 27b8a049b77d86f77f44e265d36c7595c5c6270a..ffb55813a09e6bcfb6876a8cbce7436d682f1b02 100644 |
--- a/net/http/http_stream_factory_impl_job.h |
+++ b/net/http/http_stream_factory_impl_job.h |
@@ -51,9 +51,7 @@ class HttpStreamFactoryImpl::Job { |
virtual ~Delegate() {} |
// Invoked when |job| has an HttpStream ready. |
- virtual void OnStreamReady(Job* job, |
- const SSLConfig& used_ssl_config, |
- const ProxyInfo& used_proxy_info) = 0; |
+ virtual void OnStreamReady(Job* job, const SSLConfig& used_ssl_config) = 0; |
// Invoked when |job| has a BidirectionalStream ready. |
virtual void OnBidirectionalStreamImplReady( |