Index: chrome/browser/sync/test/integration/sync_test.cc |
=================================================================== |
--- chrome/browser/sync/test/integration/sync_test.cc (revision 108653) |
+++ chrome/browser/sync/test/integration/sync_test.cc (working copy) |
@@ -224,10 +224,6 @@ |
// TODO(sync): Remove this once sessions sync is enabled by default. |
if (!cl->HasSwitch(switches::kEnableSyncTabs)) |
cl->AppendSwitch(switches::kEnableSyncTabs); |
- |
- // TODO(stevet): Remove this once search engines sync is enabled by default. |
- if (!cl->HasSwitch(switches::kEnableSyncSearchEngines)) |
- cl->AppendSwitch(switches::kEnableSyncSearchEngines); |
} |
// static |