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

Unified Diff: net/test/local_test_server.h

Issue 12033057: Make PPAPI test servers start in parallel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Waaaay easier patch 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 | « chrome/test/ppapi/ppapi_test.cc ('k') | net/test/local_test_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/local_test_server.h
diff --git a/net/test/local_test_server.h b/net/test/local_test_server.h
index 3c6bddec38753183d47dac181e006d82b35ddb57..85a6acbbb9748525ab80e1fe16a995219242b6dc 100644
--- a/net/test/local_test_server.h
+++ b/net/test/local_test_server.h
@@ -39,6 +39,9 @@ class LocalTestServer : public BaseTestServer {
bool Start() WARN_UNUSED_RESULT;
+ bool StartInBackground() WARN_UNUSED_RESULT;
Paweł Hajdan Jr. 2013/01/24 01:39:35 Please add comments, including for Start method.
dmichael (off chromium) 2013/01/24 18:59:40 Ah, I should have done that automatically. Thanks,
+ bool BlockUntilStarted() WARN_UNUSED_RESULT;
+
// Stop the server started by Start().
bool Stop();
« no previous file with comments | « chrome/test/ppapi/ppapi_test.cc ('k') | net/test/local_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698