| 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 01dd6271eee2e3baef8b1424b620560a1d018ec1..0f7b1777ae5514418b832a8a91510b9d4a9ebaef 100644
|
| --- a/net/http/http_stream_factory_impl_job.h
|
| +++ b/net/http/http_stream_factory_impl_job.h
|
| @@ -67,8 +67,7 @@ class HttpStreamFactoryImpl::Job {
|
| // Invoked when |job| fails to create a stream.
|
| virtual void OnStreamFailed(Job* job,
|
| int status,
|
| - const SSLConfig& used_ssl_config,
|
| - SSLFailureState ssl_failure_state) = 0;
|
| + const SSLConfig& used_ssl_config) = 0;
|
|
|
| // Invoked when |job| has a certificate error for the Request.
|
| virtual void OnCertificateError(Job* job,
|
|
|