| 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 e9db362580a6f7efe0ef04d5b7d9e47d8c79c8c9..bd421f5cb5467cc669330047ced5c895f87ae70c 100644
|
| --- a/net/http/http_stream_factory_impl_job.h
|
| +++ b/net/http/http_stream_factory_impl_job.h
|
| @@ -232,10 +232,6 @@ class HttpStreamFactoryImpl::Job {
|
| const SSLConfig& proxy_ssl_config() const;
|
| const ProxyInfo& proxy_info() const;
|
|
|
| - // Called to indicate that this job succeeded, and some other jobs
|
| - // will be orphaned.
|
| - void ReportJobSucceededForRequest();
|
| -
|
| JobType job_type() const { return job_type_; }
|
|
|
| const AlternativeService alternative_service() const {
|
|
|