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

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

Issue 2836063005: [cronet] Add mechanism for restarting CronetEnvironment (Closed)
Patch Set: per #21 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
Index: components/cronet/ios/test/start_cronet.h
diff --git a/components/cronet/ios/test/start_cronet.h b/components/cronet/ios/test/start_cronet.h
index e965c3e20c81b8a6c125a09d2d06b8e96060fbd4..f4a585a34c17a66a005930b9e587f34c50259b8e 100644
--- a/components/cronet/ios/test/start_cronet.h
+++ b/components/cronet/ios/test/start_cronet.h
@@ -6,6 +6,6 @@ namespace cronet {
// Starts Cronet if it hasn't already been started. Will always update Cronet
// to point test.example.com" to "localhost:|port|".
-void StartCronetIfNecessary(int port);
+void StartCronet(int port);
} // namespace cronet

Powered by Google App Engine
This is Rietveld 408576698