| 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 14ae8e5d6f772b0934c10c9c8d32747478ae3674..1e0cd6ce7a8f5d2248a3ef69039ebf5b142b9fbb 100644
|
| --- a/net/url_request/url_request_job.cc
|
| +++ b/net/url_request/url_request_job.cc
|
| @@ -238,8 +238,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();
|
| }
|
|
|