| 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 cc5c33c66d680c373b3ee476402e32e09da9acc5..d1d85c1da3774eddcbb02b8f7ad28f842a755a9c 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| @@ -234,11 +234,9 @@ void ProfileSyncComponentsFactoryImpl::RegisterCommonDataTypes(
|
| new UIDataTypeController(
|
| syncer::MANAGED_USERS, this, profile_, pss));
|
| }
|
| - // TODO(bauerb): Enable once the Sync server has been updated to know about
|
| - // this data type.
|
| - // pss->RegisterDataTypeController(
|
| - // new UIDataTypeController(
|
| - // syncer::MANAGED_USER_SHARED_SETTINGS, this, profile_, pss));
|
| + pss->RegisterDataTypeController(
|
| + new UIDataTypeController(
|
| + syncer::MANAGED_USER_SHARED_SETTINGS, this, profile_, pss));
|
| #endif
|
| }
|
|
|
|
|