| 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 c2d42ee5afd13c3865aa1b51bd96ba185bcbf8ee..5fd57f115405d9e557ce972402b5bc5c24a9ab5b 100644
|
| --- a/net/test/spawned_test_server/base_test_server.h
|
| +++ b/net/test/spawned_test_server/base_test_server.h
|
| @@ -61,6 +61,10 @@ class BaseTestServer {
|
| // TestRootStore) is expected to have a self-signed version of the
|
| // intermediate.
|
| CERT_CHAIN_WRONG_ROOT,
|
| +
|
| + // Causes the testserver to use a hostname that is a domain
|
| + // instead of an IP.
|
| + CERT_COMMON_NAME_IS_DOMAIN,
|
| };
|
|
|
| // OCSPStatus enumerates the types of OCSP response that the testserver
|
|
|