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

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

Issue 133623002: [Supervised users] Disable syncing shared settings for now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test 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
« no previous file with comments | « no previous file | chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 edc4d154b2a3db27ff5f57af88960a38ee99e931..17d451ad9552e372ce1ed659142e05c015e7f890 100644
--- a/chrome/browser/sync/profile_sync_components_factory_impl.cc
+++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc
@@ -229,9 +229,11 @@ void ProfileSyncComponentsFactoryImpl::RegisterCommonDataTypes(
new UIDataTypeController(
syncer::MANAGED_USERS, this, profile_, pss));
}
- pss->RegisterDataTypeController(
- new UIDataTypeController(
- syncer::MANAGED_USER_SHARED_SETTINGS, 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));
#endif
}
« no previous file with comments | « no previous file | chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698