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

Unified Diff: chrome/browser/sync/test/integration/sync_test.cc

Issue 10388206: [sync] Add --port and --xmpp-port parameters to run_testserver.cc (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix compile with OVERRIDE Created 8 years, 7 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
Index: chrome/browser/sync/test/integration/sync_test.cc
diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc
index f7ea163f4c3c2a9f065a4ac079cc32e83e395e16..191cf08a92ecd2415254f12ab28a5544647c49bb 100644
--- a/chrome/browser/sync/test/integration/sync_test.cc
+++ b/chrome/browser/sync/test/integration/sync_test.cc
@@ -95,10 +95,7 @@ void SetProxyConfigCallback(
}
SyncTest::SyncTest(TestType test_type)
- : sync_server_(net::TestServer::TYPE_SYNC,
- net::TestServer::kLocalhost,
- FilePath()),
- test_type_(test_type),
+ : test_type_(test_type),
server_type_(SERVER_TYPE_UNDECIDED),
num_clients_(-1),
use_verifier_(true),

Powered by Google App Engine
This is Rietveld 408576698