| Index: sync/internal_api/public/base/model_type.h
|
| diff --git a/sync/internal_api/public/base/model_type.h b/sync/internal_api/public/base/model_type.h
|
| index c618c45043dcdaa8ea5f967ac6b6b9dbecc0a5ce..4777be4263f6e4af123a04932403784429950856 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
|
|
|