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 46a0cae8043d5c138706db5ff96e5b83751a2a21..5ca8fb35b4285e3c772ef6b8af81a9ac10454336 100644 |
--- a/chrome/browser/sync/profile_sync_components_factory_impl.cc |
+++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc |
@@ -317,6 +317,8 @@ void ProfileSyncComponentsFactoryImpl::RegisterDesktopDataTypes( |
new UIDataTypeController( |
syncer::SYNCED_NOTIFICATIONS, this, profile_, pss)); |
+ // 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)) { |