| 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 eb8f8506bdbbcda4a6acdc476b6c7fd47b98564d..0800d650c235317a0ff1c09cbc2eb4f784a56652 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -307,6 +307,9 @@ void SyncTest::AddTestSwitches(base::CommandLine* cl) {
|
|
|
| if (!cl->HasSwitch(switches::kSyncShortInitialRetryOverride))
|
| cl->AppendSwitch(switches::kSyncShortInitialRetryOverride);
|
| +
|
| + if (!cl->HasSwitch(switches::kSyncShortNudgeDelayForTest))
|
| + cl->AppendSwitch(switches::kSyncShortNudgeDelayForTest);
|
| }
|
|
|
| void SyncTest::AddOptionalTypesToCommandLine(base::CommandLine* cl) {}
|
|
|