diff options
author | treib@chromium.org <treib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-25 17:14:12 +0000 |
---|---|---|
committer | treib@chromium.org <treib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-25 17:14:12 +0000 |
commit | 5381fe24cd18db2c04fbc66c89e1e5beda79b999 (patch) | |
tree | b508951ff26090a18081456acc7aea0f15dfe852 /sync | |
parent | 75687a99d597433b4ace900b95b7a7118664797e (diff) | |
download | chromium_src-5381fe24cd18db2c04fbc66c89e1e5beda79b999.zip chromium_src-5381fe24cd18db2c04fbc66c89e1e5beda79b999.tar.gz chromium_src-5381fe24cd18db2c04fbc66c89e1e5beda79b999.tar.bz2 |
Supervised user sync types: Preparation for dynamically enabling/disabling.
Based on https://codereview.chromium.org/312163004/
BUG=372381
Review URL: https://codereview.chromium.org/349963002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279737 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync')
-rw-r--r-- | sync/syncable/model_type.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/syncable/model_type.cc b/sync/syncable/model_type.cc index ed7b0b3..99ef39d 100644 --- a/sync/syncable/model_type.cc +++ b/sync/syncable/model_type.cc @@ -434,6 +434,7 @@ ModelTypeSet PriorityCoreTypes() { // The following are non-control core types. result.Put(SUPERVISED_USERS); + result.Put(SUPERVISED_USER_SETTINGS); return result; } |