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

Unified Diff: components/cronet/ios/test/quic_test_server.h

Issue 2146643002: [Cronet] Integrate CrNet functionality into Cronet on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync Created 4 years, 2 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/cronet_http_test.mm ('k') | components/cronet/ios/test/quic_test_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/ios/test/quic_test_server.h
diff --git a/components/cronet/ios/test/quic_test_server.h b/components/cronet/ios/test/quic_test_server.h
index 8b21cb280045c7f22440ab732e592dc73bdef4a6..28998da764627f23aa1cc40a174c5b43a273949d 100644
--- a/components/cronet/ios/test/quic_test_server.h
+++ b/components/cronet/ios/test/quic_test_server.h
@@ -5,12 +5,16 @@
#ifndef COMPONENTS_CRONET_IOS_TEST_QUIC_TEST_SERVER_H_
#define COMPONENTS_CRONET_IOS_TEST_QUIC_TEST_SERVER_H_
+#include <string>
+
namespace cronet {
bool StartQuicTestServer();
void ShutdownQuicTestServer();
+std::string GetTestServerURL(const std::string& path);
+
extern const char kTestServerDomain[];
extern const int kTestServerPort;
extern const char kTestServerHost[];
« no previous file with comments | « components/cronet/ios/test/cronet_http_test.mm ('k') | components/cronet/ios/test/quic_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698