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

Unified Diff: components/grpc_support/test/get_stream_engine.cc

Issue 2836063005: [cronet] Add mechanism for restarting CronetEnvironment (Closed)
Patch Set: close parenthesis 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/grpc_support/test/get_stream_engine.cc
diff --git a/components/grpc_support/test/get_stream_engine.cc b/components/grpc_support/test/get_stream_engine.cc
index 8e6e429a8f723146edbe480cebe6bb0ec75db37b..e447f7d89dad5f48c0ba3547972d46df6a32a70b 100644
--- a/components/grpc_support/test/get_stream_engine.cc
+++ b/components/grpc_support/test/get_stream_engine.cc
@@ -126,4 +126,7 @@ stream_engine* GetTestStreamEngine(int port) {
return &engine;
}
+void StartTestStreamEngine(int port) {}
+void ShutdownTestStreamEngine() {}
+
} // namespace grpc_support

Powered by Google App Engine
This is Rietveld 408576698