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

Unified Diff: chrome/browser/sync/glue/model_association_manager.cc

Issue 15177003: Add Sync data type for managed users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 7 years, 7 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/glue/model_association_manager.cc
diff --git a/chrome/browser/sync/glue/model_association_manager.cc b/chrome/browser/sync/glue/model_association_manager.cc
index e47c6c0f53dce6a144aa0f792276077e80b63bad..a39e699649399e93aafbfacfb048d624e0d7c16e 100644
--- a/chrome/browser/sync/glue/model_association_manager.cc
+++ b/chrome/browser/sync/glue/model_association_manager.cc
@@ -42,6 +42,7 @@ static const syncer::ModelType kStartOrder[] = {
syncer::FAVICON_IMAGES,
syncer::FAVICON_TRACKING,
syncer::MANAGED_USER_SETTINGS,
+ syncer::MANAGED_USERS,
tim (not reviewing) 2013/05/23 18:23:27 Since association for each of these types happens
Bernhard Bauer 2013/05/23 20:08:17 Done.
syncer::AUTOFILL, // Non-UI thread datatypes.
syncer::AUTOFILL_PROFILE,
syncer::EXTENSION_SETTINGS,
« no previous file with comments | « no previous file | chrome/browser/sync/profile_sync_service.cc » ('j') | sync/internal_api/public/base/model_type.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698