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

Unified Diff: components/cronet/android/test/native_test_server.h

Issue 1536433002: [Cronet] Get Cronet performance test running again (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: branch off telemetry change Created 4 years, 11 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/cronet/android/test/native_test_server.h
diff --git a/components/cronet/android/test/native_test_server.h b/components/cronet/android/test/native_test_server.h
index 629f067fac9619bbb516e6e12317286744d42901..50410d4d3e449f6411fdfb3471c5eb8293e02078 100644
--- a/components/cronet/android/test/native_test_server.h
+++ b/components/cronet/android/test/native_test_server.h
@@ -9,6 +9,13 @@
namespace cronet {
+const char kFakeSdchDomain[] = "fake.sdch.domain";
mef 2016/01/22 16:21:57 not sure whether these belong here or in cronet_te
pauljensen 2016/01/25 02:47:48 I think cronet_test_util.h is better. Moved.
+// Host used in QuicTestServer. This must match the certificate used
+// (quic_test.example.com.crt and quic_test.example.com.key.pkcs8), and
+// the file served (
+// components/cronet/android/test/assets/test/quic_data/simple.txt).
+const char kFakeQuicDomain[] = "test.example.com";
+
bool RegisterNativeTestServer(JNIEnv* env);
} // namespace cronet

Powered by Google App Engine
This is Rietveld 408576698