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

Unified Diff: sync/internal_api/public/write_node.h

Issue 76333002: Add Sync datatype for shared managed user settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years, 1 month 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/write_node.h
diff --git a/sync/internal_api/public/write_node.h b/sync/internal_api/public/write_node.h
index d3781e8b9e10ab10a02f16ae3cc886e15a1f0c05..400ffb7d55a0f99a7e3a3079a197bb4dbcdc6c46 100644
--- a/sync/internal_api/public/write_node.h
+++ b/sync/internal_api/public/write_node.h
@@ -169,6 +169,11 @@ class SYNC_EXPORT WriteNode : public BaseNode {
// Should only be called if GetModelType() == MANAGED_USERS.
void SetManagedUserSpecifics(const sync_pb::ManagedUserSpecifics& specifics);
+ // Set the managed user shared setting specifics (name and value).
+ // Should only be called if GetModelType() == MANAGED_USER_SHARED_SETTINGS.
+ void SetManagedUserSharedSettingSpecifics(
+ const sync_pb::ManagedUserSharedSettingSpecifics& specifics);
+
// Set the device info specifics.
// Should only be called if GetModelType() == DEVICE_INFO.
void SetDeviceInfoSpecifics(const sync_pb::DeviceInfoSpecifics& specifics);

Powered by Google App Engine
This is Rietveld 408576698