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

Unified Diff: net/test/remote_test_server.cc

Issue 12033057: Make PPAPI test servers start in parallel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make RemoteTestServer compile 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
« net/test/local_test_server.h ('K') | « net/test/remote_test_server.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/remote_test_server.cc
diff --git a/net/test/remote_test_server.cc b/net/test/remote_test_server.cc
index 3782cf2fb40e32ad469d4ac202b130daec692d59..ec196d31f1ca75dd9a59424d0bf5b2591ea63fc9 100644
--- a/net/test/remote_test_server.cc
+++ b/net/test/remote_test_server.cc
@@ -132,6 +132,16 @@ bool RemoteTestServer::Start() {
return SetupWhenServerStarted();
}
+bool RemoteTestServer::StartInBackground() {
+ NOTIMPLEMENTED();
+ return false;
+}
+
+bool RemoteTestServer::BlockUntilStarted() {
+ NOTIMPLEMENTED();
+ return false;
+}
+
bool RemoteTestServer::Stop() {
if (!spawner_communicator_.get())
return true;
« net/test/local_test_server.h ('K') | « net/test/remote_test_server.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698