| Index: components/grpc_support/test/quic_test_server.cc
|
| diff --git a/components/grpc_support/test/quic_test_server.cc b/components/grpc_support/test/quic_test_server.cc
|
| index 6c8571f0ff0e475f277e937991fb0f3beb5beda0..467697b8b6ce87dae0942fb45650c0c2a530c7e4 100644
|
| --- a/components/grpc_support/test/quic_test_server.cc
|
| +++ b/components/grpc_support/test/quic_test_server.cc
|
| @@ -27,6 +27,7 @@ namespace grpc_support {
|
| // This must match the certificate used (quic_test.example.com.crt and
|
| // quic_test.example.com.key.pkcs8).
|
| const char kTestServerHost[] = "test.example.com";
|
| +const char kTestServerDomain[] = "example.com";
|
| const char kTestServerUrl[] = "https://test.example.com/hello.txt";
|
|
|
| const char kStatusHeader[] = ":status";
|
|
|