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

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

Issue 2494633005: Revert of [sync] "TwoClientBookmarksSyncTest.Sanity" is flaky (Closed)
Patch Set: Created 4 years, 1 month 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 0800d650c235317a0ff1c09cbc2eb4f784a56652..eb8f8506bdbbcda4a6acdc476b6c7fd47b98564d 100644
--- a/chrome/browser/sync/test/integration/sync_test.cc
+++ b/chrome/browser/sync/test/integration/sync_test.cc
@@ -307,9 +307,6 @@
if (!cl->HasSwitch(switches::kSyncShortInitialRetryOverride))
cl->AppendSwitch(switches::kSyncShortInitialRetryOverride);
-
- if (!cl->HasSwitch(switches::kSyncShortNudgeDelayForTest))
- cl->AppendSwitch(switches::kSyncShortNudgeDelayForTest);
}
void SyncTest::AddOptionalTypesToCommandLine(base::CommandLine* cl) {}

Powered by Google App Engine
This is Rietveld 408576698