| Index: chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| ===================================================================
|
| --- chrome/browser/sync/profile_sync_components_factory_impl.cc (revision 144100)
|
| +++ chrome/browser/sync/profile_sync_components_factory_impl.cc (working copy)
|
| @@ -151,9 +151,9 @@
|
| new TypedUrlDataTypeController(this, profile_, pss));
|
| }
|
|
|
| - // Search Engine sync is enabled by default. Register only if explicitly
|
| - // disabled.
|
| - if (!command_line_->HasSwitch(switches::kDisableSyncSearchEngines)) {
|
| + // Search Engine sync is temporarily disabled by default. Register only if
|
| + // explicitly enabled.
|
| + if (command_line_->HasSwitch(switches::kEnableSyncSearchEngines)) {
|
| pss->RegisterDataTypeController(
|
| new SearchEngineDataTypeController(this, profile_, pss));
|
| }
|
|
|