| 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 268715a9b99c52ff626e20125f497a8b82286fd4..59f970fd86f267bffc26d7dba5030b32148fb98b 100644
|
| --- a/sync/internal_api/public/base/model_type.h
|
| +++ b/sync/internal_api/public/base/model_type.h
|
| @@ -95,6 +95,10 @@ enum ModelType {
|
| PRIORITY_PREFERENCES,
|
| // Managed user settings.
|
| MANAGED_USER_SETTINGS,
|
| + // Managed users. Every managed user is a profile that is configured remotely
|
| + // by this user and can have restrictions applied. MANAGED_USERS and
|
| + // MANAGED_USER_SETTINGS can not be encrypted.
|
| + MANAGED_USERS,
|
|
|
| // ---- Proxy types ----
|
| // Proxy types are excluded from the sync protocol, but are still considered
|
|
|