| Index: chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.cc b/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| index f8374d7eaa572a54a001010c2d5ca861636140b9..c10a6aa7e73154f926ad721a4f62242c58734bd4 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| @@ -344,8 +344,7 @@ void ProfileSyncComponentsFactoryImpl::RegisterDesktopDataTypes(
|
| }
|
|
|
| #if defined(ENABLE_APP_LIST)
|
| - // App List sync is disabled by default. Register only if enabled.
|
| - if (command_line_->HasSwitch(switches::kEnableSyncAppList)) {
|
| + if (!command_line_->HasSwitch(switches::kDisableSyncAppList)) {
|
| pss->RegisterDataTypeController(
|
| new UIDataTypeController(
|
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI),
|
|
|