| 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..1d2ad5b25a02edf8ee2d503b2339a5047018c32e 100644
|
| --- a/components/grpc_support/test/quic_test_server.cc
|
| +++ b/components/grpc_support/test/quic_test_server.cc
|
| @@ -24,6 +24,7 @@
|
|
|
| namespace grpc_support {
|
|
|
| +const char kTestServerDomain[] = "example.com";
|
| // This must match the certificate used (quic_test.example.com.crt and
|
| // quic_test.example.com.key.pkcs8).
|
| const char kTestServerHost[] = "test.example.com";
|
|
|