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

Unified Diff: net/test/local_sync_test_server.cc

Issue 10905087: Revert 154861 - Run safebrowsing_service_test through the net testserver code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/local_sync_test_server.cc
===================================================================
--- net/test/local_sync_test_server.cc (revision 154874)
+++ net/test/local_sync_test_server.cc (working copy)
@@ -29,8 +29,7 @@
bool LocalSyncTestServer::AddCommandLineArguments(
CommandLine* command_line) const {
- if (!LocalTestServer::AddCommandLineArguments(command_line))
- return false;
+ LocalTestServer::AddCommandLineArguments(command_line);
if (xmpp_port_ != 0) {
std::string xmpp_port_str = base::IntToString(xmpp_port_);
command_line->AppendArg("--xmpp-port=" + xmpp_port_str);
« no previous file with comments | « net/test/base_test_server.cc ('k') | net/test/local_test_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698