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

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: sync 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
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..dfb0cbfb5ca78ca32aedb602f8d3e4c9180d2829 100644
--- a/sync/internal_api/public/base/model_type.h
+++ b/sync/internal_api/public/base/model_type.h
@@ -95,6 +95,8 @@ enum ModelType {
PRIORITY_PREFERENCES,
// Managed user settings.
MANAGED_USER_SETTINGS,
+ // Managed users.
tim (not reviewing) 2013/05/23 18:23:27 MANAGED_USER_LISTS? It would help to explain wh
Bernhard Bauer 2013/05/23 20:08:17 Hm, but each individual data items is a single man
+ MANAGED_USERS,
// ---- Proxy types ----
// Proxy types are excluded from the sync protocol, but are still considered

Powered by Google App Engine
This is Rietveld 408576698