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

Unified Diff: sync/internal_api/public/base/model_type.h

Issue 15177003: Add Sync data type for managed users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review 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
« no previous file with comments | « sync/internal_api/base_node.cc ('k') | sync/internal_api/public/base_node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « sync/internal_api/base_node.cc ('k') | sync/internal_api/public/base_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698