| 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) {}
|
|
|