| 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..c2ae7f05a24fdc0140aff95db143d5e357c180f4 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::kSyncShortNudgeDelay))
|
| + cl->AppendSwitch(switches::kSyncShortNudgeDelay);
|
| }
|
|
|
| void SyncTest::AddOptionalTypesToCommandLine(base::CommandLine* cl) {}
|
|
|