| 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 c9c651762926841ce09c52235f2fea85c9b778eb..24a119b64479d805882b095242c00931f73af1df 100644
|
| --- a/net/test/spawned_test_server/base_test_server.h
|
| +++ b/net/test/spawned_test_server/base_test_server.h
|
| @@ -277,6 +277,9 @@ class BaseTestServer {
|
| // test server will continue to speak HTTP/1.1.
|
| std::vector<std::string> npn_protocols;
|
|
|
| + // List of supported ALPN protocols.
|
| + std::vector<std::string> alpn_protocols;
|
| +
|
| // Whether to send a fatal alert immediately after completing the handshake.
|
| bool alert_after_handshake;
|
|
|
|
|