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

Unified Diff: sync/internal_api/public/write_node.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/public/base_node.h ('k') | sync/internal_api/write_node.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/public/write_node.h
diff --git a/sync/internal_api/public/write_node.h b/sync/internal_api/public/write_node.h
index 3cb4039a20ad2bd86c3349d2ad78b74eb0355fce..d3781e8b9e10ab10a02f16ae3cc886e15a1f0c05 100644
--- a/sync/internal_api/public/write_node.h
+++ b/sync/internal_api/public/write_node.h
@@ -165,6 +165,10 @@ class SYNC_EXPORT WriteNode : public BaseNode {
void SetManagedUserSettingSpecifics(
const sync_pb::ManagedUserSettingSpecifics& specifics);
+ // Set the managed user setting specifics (name and value).
+ // Should only be called if GetModelType() == MANAGED_USERS.
+ void SetManagedUserSpecifics(const sync_pb::ManagedUserSpecifics& specifics);
+
// Set the device info specifics.
// Should only be called if GetModelType() == DEVICE_INFO.
void SetDeviceInfoSpecifics(const sync_pb::DeviceInfoSpecifics& specifics);
« no previous file with comments | « sync/internal_api/public/base_node.h ('k') | sync/internal_api/write_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698