| Index: net/http/http_transaction_test_util.h
|
| diff --git a/net/http/http_transaction_test_util.h b/net/http/http_transaction_test_util.h
|
| index 202b76167b0c234c99d2bb9d9de7490db5d5c153..938dcdfb76427867d3c38df75ec0d3ab26331f32 100644
|
| --- a/net/http/http_transaction_test_util.h
|
| +++ b/net/http/http_transaction_test_util.h
|
| @@ -32,6 +32,7 @@ namespace net {
|
|
|
| class HttpRequestHeaders;
|
| class IOBuffer;
|
| +class SSLPrivateKey;
|
| class X509Certificate;
|
| struct HttpRequestInfo;
|
|
|
| @@ -182,6 +183,7 @@ class MockNetworkTransaction
|
| int RestartIgnoringLastError(const CompletionCallback& callback) override;
|
|
|
| int RestartWithCertificate(X509Certificate* client_cert,
|
| + SSLPrivateKey* client_private_key,
|
| const CompletionCallback& callback) override;
|
|
|
| int RestartWithAuth(const AuthCredentials& credentials,
|
|
|