diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-19 03:28:07 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-19 03:28:07 +0000 |
commit | de002cb39af0edd9512e9ee4df11b18e719b3d23 (patch) | |
tree | b3d1277834fd4be89da5dc27880b8c43c454bb1b /sync/internal_api/public | |
parent | d37601c8c9096c4f185067b3e5f54d1ae001108b (diff) | |
download | chromium_src-de002cb39af0edd9512e9ee4df11b18e719b3d23.zip chromium_src-de002cb39af0edd9512e9ee4df11b18e719b3d23.tar.gz chromium_src-de002cb39af0edd9512e9ee4df11b18e719b3d23.tar.bz2 |
Add Sync datatype for shared managed user settings.
BUG=316168
Review URL: https://codereview.chromium.org/76333002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241779 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/internal_api/public')
-rw-r--r-- | sync/internal_api/public/base/model_type.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sync/internal_api/public/base/model_type.h b/sync/internal_api/public/base/model_type.h index c618c450..4777be4 100644 --- a/sync/internal_api/public/base/model_type.h +++ b/sync/internal_api/public/base/model_type.h @@ -99,6 +99,9 @@ enum ModelType { // by this user and can have restrictions applied. MANAGED_USERS and // MANAGED_USER_SETTINGS can not be encrypted. MANAGED_USERS, + // Managed user shared settings. Shared settings can be modified both by the + // manager and the supervised user. + MANAGED_USER_SHARED_SETTINGS, // Distilled articles. ARTICLES, // App List items |