| Index: net/test/spawned_test_server/base_test_server.h
|
| diff --git a/net/test/spawned_test_server/base_test_server.h b/net/test/spawned_test_server/base_test_server.h
|
| index 392a72be95d9555bd6fdacf4be9c5edf2d9aed01..5c47ebc05a397568ed535ef63aeaaa82b32ac82a 100644
|
| --- a/net/test/spawned_test_server/base_test_server.h
|
| +++ b/net/test/spawned_test_server/base_test_server.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/files/file_path.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "net/base/host_port_pair.h"
|
| +#include "net/ssl/ssl_client_cert_type.h"
|
|
|
| class GURL;
|
|
|
| @@ -146,6 +147,11 @@ class BaseTestServer {
|
| // field of the CertificateRequest.
|
| std::vector<base::FilePath> client_authorities;
|
|
|
| + // If |request_client_certificate| is true, an optional list of
|
| + // SSLClientCertType values to populate the certificate_types field of the
|
| + // CertificateRequest.
|
| + std::vector<SSLClientCertType> client_cert_types;
|
| +
|
| // A bitwise-OR of KeyExchnage that should be used by the
|
| // HTTPS server, or KEY_EXCHANGE_ANY to indicate that all implemented
|
| // key exchange algorithms are acceptable.
|
|
|