| Index: chrome/browser/sync/test/integration/sync_test.cc
|
| ===================================================================
|
| --- chrome/browser/sync/test/integration/sync_test.cc (revision 144169)
|
| +++ chrome/browser/sync/test/integration/sync_test.cc (working copy)
|
| @@ -214,6 +214,9 @@
|
| // 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) {
|
|
|