Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Unified Diff: net/url_request/url_request_job.h

Issue 1422573008: Plumbing SSLPrivateKey (//net) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing un-needed forward decl. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/url_request/url_request_http_job.cc ('k') | net/url_request/url_request_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_job.h
diff --git a/net/url_request/url_request_job.h b/net/url_request/url_request_job.h
index a81ea08ef8648df2829af1b31f1820e28127d7f2..f010913f47bd2a01e4820f6080432bc8681315cc 100644
--- a/net/url_request/url_request_job.h
+++ b/net/url_request/url_request_job.h
@@ -39,6 +39,7 @@ struct LoadTimingInfo;
class NetworkDelegate;
class SSLCertRequestInfo;
class SSLInfo;
+class SSLPrivateKey;
class UploadDataStream;
class URLRequestStatus;
class X509Certificate;
@@ -198,7 +199,8 @@ class NET_EXPORT URLRequestJob
// Display the error page without asking for credentials again.
virtual void CancelAuth();
- virtual void ContinueWithCertificate(X509Certificate* client_cert);
+ virtual void ContinueWithCertificate(X509Certificate* client_cert,
+ SSLPrivateKey* client_private_key);
// Continue processing the request ignoring the last error.
virtual void ContinueDespiteLastError();
« no previous file with comments | « net/url_request/url_request_http_job.cc ('k') | net/url_request/url_request_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698