| Index: net/http/http_network_transaction.h
|
| diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
|
| index bc6ce2cbe9490e3e8283e3b300cd901c6e4bb8c8..fed8141f520fcfaa363fcaf49a655d8e3891eb0c 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;
|
|
|