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

Unified Diff: sync/protocol/proto_value_conversions.h

Issue 754963004: Add a datatype for supervised user whitelists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: . Created 6 years 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/protocol/proto_value_conversions.h
diff --git a/sync/protocol/proto_value_conversions.h b/sync/protocol/proto_value_conversions.h
index aae3507193e9d01633747b27ec5b27ae0f3e5b87..960ee456ea0dc66bdc57d6bd482ac38cc5adf25b 100644
--- a/sync/protocol/proto_value_conversions.h
+++ b/sync/protocol/proto_value_conversions.h
@@ -49,6 +49,7 @@ class Media;
class ManagedUserSettingSpecifics;
class ManagedUserSharedSettingSpecifics;
class ManagedUserSpecifics;
+class ManagedUserWhitelistSpecifics;
class NavigationRedirect;
class NigoriSpecifics;
class PasswordSpecifics;
@@ -204,6 +205,10 @@ SYNC_EXPORT_PRIVATE base::DictionaryValue*
const sync_pb::ManagedUserSharedSettingSpecifics&
managed_user_shared_setting_specifics);
+SYNC_EXPORT_PRIVATE base::DictionaryValue* ManagedUserWhitelistSpecificsToValue(
+ const sync_pb::ManagedUserWhitelistSpecifics&
+ managed_user_whitelist_specifics);
+
SYNC_EXPORT_PRIVATE base::DictionaryValue* MediaToValue(
const sync_pb::Media& media);

Powered by Google App Engine
This is Rietveld 408576698