| Index: net/url_request/url_request_job.cc
|
| diff --git a/net/url_request/url_request_job.cc b/net/url_request/url_request_job.cc
|
| index 641c07bc671663ee709e1bc15de1fea122c55c62..58055f6656812985e5624e04ab3b80cdea86925c 100644
|
| --- a/net/url_request/url_request_job.cc
|
| +++ b/net/url_request/url_request_job.cc
|
| @@ -237,8 +237,8 @@ void URLRequestJob::CancelAuth() {
|
| NOTREACHED();
|
| }
|
|
|
| -void URLRequestJob::ContinueWithCertificate(
|
| - X509Certificate* client_cert) {
|
| +void URLRequestJob::ContinueWithCertificate(X509Certificate* client_cert,
|
| + SSLPrivateKey* client_private_key) {
|
| // The derived class should implement this!
|
| NOTREACHED();
|
| }
|
|
|