| 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 732c9d2da3a63a7374ea742a4b42575aae50ed1a..0098819004ec645c0186158e16682ba18443ae49 100644
|
| --- a/net/url_request/url_request_job.cc
|
| +++ b/net/url_request/url_request_job.cc
|
| @@ -232,8 +232,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();
|
| }
|
|
|