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

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

Issue 14053004: Add ManagedUserSettings Sync data type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 8 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
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 197e6953ef085e48c8964bcee3f0c8c204a4632f..268715a9b99c52ff626e20125f497a8b82286fd4 100644
--- a/sync/internal_api/public/base/model_type.h
+++ b/sync/internal_api/public/base/model_type.h
@@ -93,6 +93,8 @@ enum ModelType {
// These preferences are synced before other user types and are never
// encrypted.
PRIORITY_PREFERENCES,
+ // Managed user settings.
+ MANAGED_USER_SETTINGS,
// ---- Proxy types ----
// Proxy types are excluded from the sync protocol, but are still considered

Powered by Google App Engine
This is Rietveld 408576698