| 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 e77bdc30534816261f105852f85423d0869e8f26..27b8a049b77d86f77f44e265d36c7595c5c6270a 100644
|
| --- a/net/http/http_stream_factory_impl_job.h
|
| +++ b/net/http/http_stream_factory_impl_job.h
|
| @@ -100,6 +100,10 @@ class HttpStreamFactoryImpl::Job {
|
| const ProxyInfo& used_proxy_info,
|
| HttpAuthController* auth_controller) = 0;
|
|
|
| + // Returns true if the connection initialization to the proxy server
|
| + // contained in |proxy_info| can be skipped.
|
| + virtual bool OnInitConnection(const ProxyInfo& proxy_info) = 0;
|
| +
|
| // Invoked when |job| has completed proxy resolution. The delegate may
|
| // create an alternative proxy server job to fetch the request.
|
| virtual void OnResolveProxyComplete(
|
|
|