Chromium Code Reviews| Index: net/http/http_transaction.h |
| diff --git a/net/http/http_transaction.h b/net/http/http_transaction.h |
| index a2056025c3333c89aaa7c9e7977f8524eca5f771..6908523c2d8117800115ae98213f87661affea3f 100644 |
| --- a/net/http/http_transaction.h |
| +++ b/net/http/http_transaction.h |
| @@ -13,6 +13,7 @@ |
| #include "net/base/request_priority.h" |
| #include "net/base/upload_progress.h" |
| #include "net/socket/connection_attempts.h" |
| +#include "net/ssl/ssl_private_key.h" |
|
davidben
2015/09/25 20:10:11
Forward decl
svaldez
2015/09/28 16:54:52
Done.
|
| #include "net/websockets/websocket_handshake_stream_base.h" |
| namespace net { |
| @@ -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_pkey, |
| const CompletionCallback& callback) = 0; |
| // Restarts the HTTP transaction with authentication credentials. |