| Index: chrome/browser/sync/test/integration/sync_test.cc
|
| ===================================================================
|
| --- chrome/browser/sync/test/integration/sync_test.cc (revision 144576)
|
| +++ chrome/browser/sync/test/integration/sync_test.cc (working copy)
|
| @@ -214,9 +214,6 @@
|
| // Disable non-essential access of external network resources.
|
| if (!cl->HasSwitch(switches::kDisableBackgroundNetworking))
|
| cl->AppendSwitch(switches::kDisableBackgroundNetworking);
|
| -
|
| - if (!cl->HasSwitch(switches::kEnableSyncSearchEngines))
|
| - cl->AppendSwitch(switches::kEnableSyncSearchEngines);
|
| }
|
|
|
| void SyncTest::AddOptionalTypesToCommandLine(CommandLine* cl) {
|
|
|