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

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

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.h
diff --git a/components/grpc_support/test/quic_test_server.h b/components/grpc_support/test/quic_test_server.h
index afb5828fe7aeaacf521c6044267ad1c85052c24b..5bda9f2dba9b1ef3f1d6dcdcd5f7de1988ff1b28 100644
--- a/components/grpc_support/test/quic_test_server.h
+++ b/components/grpc_support/test/quic_test_server.h
@@ -16,6 +16,7 @@ void ShutdownQuicTestServer();
int GetQuicTestServerPort();
extern const char kTestServerHost[];
+extern const char kTestServerDomain[];
mef 2017/06/19 15:02:33 nit: maybe move it above ServerHost? Alphabeticall
kapishnikov 2017/06/19 18:32:48 Done.
extern const char kTestServerUrl[];
extern const char kStatusHeader[];

Powered by Google App Engine
This is Rietveld 408576698