Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6663)

Unified Diff: chrome/browser/sync/profile_sync_components_factory_impl.cc

Issue 131003007: Re-enable syncing shared settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
}

Powered by Google App Engine
This is Rietveld 408576698