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

Unified Diff: net/test/remote_test_server.h

Issue 12033057: Make PPAPI test servers start in parallel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nit Created 7 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
« no previous file with comments | « net/test/local_test_server.cc ('k') | net/test/remote_test_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/remote_test_server.h
diff --git a/net/test/remote_test_server.h b/net/test/remote_test_server.h
index 82ac4713a4f25c6b3e830edb55033940fdfead33..9c3fcfc2c1d9101be733147eee3d9a1478505e55 100644
--- a/net/test/remote_test_server.h
+++ b/net/test/remote_test_server.h
@@ -31,9 +31,15 @@ class RemoteTestServer : public BaseTestServer {
virtual ~RemoteTestServer();
- // Starts the Python test server on the host, instead of on the device.
+ // Starts the Python test server on the host, instead of on the device, and
+ // blocks until the server is ready.
bool Start() WARN_UNUSED_RESULT;
+ // These are currently unused and unimplemented for RemoteTestServer. See
+ // the same methods in LocalTestServer for more information.
+ bool StartInBackground() WARN_UNUSED_RESULT;
+ bool BlockUntilStarted() WARN_UNUSED_RESULT;
+
// Stops the Python test server that is running on the host machine.
bool Stop();
« no previous file with comments | « net/test/local_test_server.cc ('k') | net/test/remote_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698