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

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

Issue 2829703002: Prototype of HttpProtocolHandler perf test with ARC.
Patch Set: Created 3 years, 8 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
« no previous file with comments | « components/cronet/ios/test/test_server.cc ('k') | components/grpc_support/test/quic_test_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 06ff549a9c8bbd8daf71e2bff40152d0c20e8e3c..afb5828fe7aeaacf521c6044267ad1c85052c24b 100644
--- a/components/grpc_support/test/quic_test_server.h
+++ b/components/grpc_support/test/quic_test_server.h
@@ -29,6 +29,13 @@ extern const char kHelloHeaderValue[];
extern const char kHelloTrailerName[];
extern const char kHelloTrailerValue[];
+// Simple Url returns response without HTTP/2 trailers.
+extern const char kTestServerSimpleUrl[];
+extern const char kSimpleBodyValue[];
+extern const char kSimpleStatus[];
+extern const char kSimpleHeaderName[];
+extern const char kSimpleHeaderValue[];
+
} // namespace grpc_support
#endif // COMPONENTS_CRONET_IOS_TEST_QUIC_TEST_SERVER_H_
« no previous file with comments | « components/cronet/ios/test/test_server.cc ('k') | components/grpc_support/test/quic_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698