| Index: net/test/local_sync_test_server.cc
|
| diff --git a/net/test/local_sync_test_server.cc b/net/test/local_sync_test_server.cc
|
| index 8d757f867ae3bdf07b0a1fba6d6480ce326a6a2c..432fde1d90169b3319d5a037f6431315de6814b2 100644
|
| --- a/net/test/local_sync_test_server.cc
|
| +++ b/net/test/local_sync_test_server.cc
|
| @@ -29,7 +29,8 @@ LocalSyncTestServer::~LocalSyncTestServer() {}
|
|
|
| bool LocalSyncTestServer::AddCommandLineArguments(
|
| CommandLine* command_line) const {
|
| - LocalTestServer::AddCommandLineArguments(command_line);
|
| + if (!LocalTestServer::AddCommandLineArguments(command_line))
|
| + return false;
|
| if (xmpp_port_ != 0) {
|
| std::string xmpp_port_str = base::IntToString(xmpp_port_);
|
| command_line->AppendArg("--xmpp-port=" + xmpp_port_str);
|
|
|