Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(499)

Unified Diff: components/grpc_support/test/quic_test_server.cc

Issue 2928653002: [Cronet-iOS] Public-Key-Pinning Tests (Closed)
Patch Set: Addressed Misha's comments Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698