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. |