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

Unified Diff: net/http/http_transaction.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/http/http_network_transaction_unittest.cc ('k') | net/http/http_transaction_test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_transaction.h
diff --git a/net/http/http_transaction.h b/net/http/http_transaction.h
index 9ccf3f11cf13a66c9493b65de9ac3275eb2fb932..f7f79047d7a14ccd367ea0a6dc29968f1e3b42f2 100644
--- a/net/http/http_transaction.h
+++ b/net/http/http_transaction.h
@@ -26,6 +26,7 @@ class IOBuffer;
struct LoadTimingInfo;
class ProxyInfo;
class QuicServerInfo;
+class SSLPrivateKey;
class X509Certificate;
// Represents a single HTTP transaction (i.e., a single request/response pair).
@@ -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_private_key,
const CompletionCallback& callback) = 0;
// Restarts the HTTP transaction with authentication credentials.
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | net/http/http_transaction_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698