Index: net/http/http_network_transaction.h |
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h |
index a5e5b08032353f7189b89ba61ee5c78ce2b65408..6f8b203d47e0b5322c137bfe6a4e4b93f839ff7e 100644 |
--- a/net/http/http_network_transaction.h |
+++ b/net/http/http_network_transaction.h |
@@ -37,6 +37,7 @@ class HttpStreamRequest; |
class IOBuffer; |
class ProxyInfo; |
class SpdySession; |
+class SSLPrivateKey; |
struct HttpRequestInfo; |
class NET_EXPORT_PRIVATE HttpNetworkTransaction |
@@ -54,6 +55,7 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction |
const BoundNetLog& net_log) override; |
int RestartIgnoringLastError(const CompletionCallback& callback) override; |
int RestartWithCertificate(X509Certificate* client_cert, |
+ SSLPrivateKey* client_private_key, |
const CompletionCallback& callback) override; |
int RestartWithAuth(const AuthCredentials& credentials, |
const CompletionCallback& callback) override; |