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

Unified Diff: net/test/local_test_server.h

Issue 10073033: Run safebrowsing_service_test through the net testserver code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review changes Created 8 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
« no previous file with comments | « net/test/base_test_server.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 63ea00e611deba6efba38601389ca7cb3d05b37b..91b285e68a858e13cf739ab94119f96e0eb2d860 100644
--- a/net/test/local_test_server.h
+++ b/net/test/local_test_server.h
@@ -58,9 +58,10 @@ class LocalTestServer : public BaseTestServer {
// Waits for the server to start. Returns true on success.
bool WaitToStart() WARN_UNUSED_RESULT;
- // Add the command line arguments for the Python test server to
- // |command_line|. Return true on success.
Ryan Sleevi 2012/04/18 00:45:02 This comment is no longer accurate. While I reali
mattm 2012/08/03 19:41:03 Done.
- bool AddCommandLineArguments(CommandLine* command_line) const;
+ // Add the command line arguments for the Python test server
+ // |testserver_path| to |command_line|. Return true on success.
+ bool AddCommandLineArguments(const FilePath& testserver_path,
+ CommandLine* command_line) const;
// Handle of the Python process running the test server.
base::ProcessHandle process_handle_;
« no previous file with comments | « net/test/base_test_server.cc ('k') | net/test/local_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698