| 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 db1e572672b3f2efee0a1f4238266ac88bdd536f..79a9298b682acefcb36e1500d7e536e75c5890d1 100644
|
| --- a/net/http/http_stream_factory_impl_job_controller.h
|
| +++ b/net/http/http_stream_factory_impl_job_controller.h
|
| @@ -86,8 +86,7 @@ class HttpStreamFactoryImpl::JobController
|
| // Invoked when |job| fails to create a stream.
|
| void OnStreamFailed(Job* job,
|
| int status,
|
| - const SSLConfig& used_ssl_config,
|
| - SSLFailureState ssl_failure_state) override;
|
| + const SSLConfig& used_ssl_config) override;
|
|
|
| // Invoked when |job| has a certificate error for the Request.
|
| void OnCertificateError(Job* job,
|
|
|