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

Unified Diff: net/http/http_transaction.h

Issue 1304143010: Plumbing SSLPrivateKey Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 3 months 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
Index: net/http/http_transaction.h
diff --git a/net/http/http_transaction.h b/net/http/http_transaction.h
index a2056025c3333c89aaa7c9e7977f8524eca5f771..6908523c2d8117800115ae98213f87661affea3f 100644
--- a/net/http/http_transaction.h
+++ b/net/http/http_transaction.h
@@ -13,6 +13,7 @@
#include "net/base/request_priority.h"
#include "net/base/upload_progress.h"
#include "net/socket/connection_attempts.h"
+#include "net/ssl/ssl_private_key.h"
davidben 2015/09/25 20:10:11 Forward decl
svaldez 2015/09/28 16:54:52 Done.
#include "net/websockets/websocket_handshake_stream_base.h"
namespace net {
@@ -80,6 +81,7 @@ class NET_EXPORT_PRIVATE HttpTransaction {
// Restarts the HTTP transaction with a client certificate.
virtual int RestartWithCertificate(X509Certificate* client_cert,
+ SSLPrivateKey* client_pkey,
const CompletionCallback& callback) = 0;
// Restarts the HTTP transaction with authentication credentials.

Powered by Google App Engine
This is Rietveld 408576698