Chromium Code Reviews| 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 17d451ad9552e372ce1ed659142e05c015e7f890..29226247ca6c8e709f9be41cc76251007969e830 100644 |
| --- a/chrome/browser/sync/profile_sync_components_factory_impl.cc |
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc |
| @@ -312,6 +312,9 @@ void ProfileSyncComponentsFactoryImpl::RegisterDesktopDataTypes( |
| new UIDataTypeController( |
| syncer::SYNCED_NOTIFICATIONS, this, profile_, pss)); |
| + // Synced Notification App Info is also enabled by default. |
|
Nicolas Zea
2014/01/22 00:43:39
nit: Until the datatype is actually enabled by def
Pete Williamson
2014/01/22 19:51:10
Done.
|
| + // TODO(petewil): Enable the data type controller once we have a handler. |
| + |
| #if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_CHROMEOS) |
| // Dictionary sync is enabled by default. |
| if (!command_line_->HasSwitch(switches::kDisableSyncDictionary)) { |