| Index: net/http/http_transaction.h
|
| diff --git a/net/http/http_transaction.h b/net/http/http_transaction.h
|
| index a2056025c3333c89aaa7c9e7977f8524eca5f771..633de427f45cd2a9c85a2c65fce46195e6b6cc91 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.
|
|
|