diff options
author | Mike Wittman <wittman@chromium.org> | 2014-10-01 14:56:57 -0700 |
---|---|---|
committer | Mike Wittman <wittman@chromium.org> | 2014-10-01 21:59:55 +0000 |
commit | 72520cfbda25e457da26113b568c76171d716a3f (patch) | |
tree | ada572d1f49255980811a20eb452a7f7e6423d6b /sync/protocol/proto_value_conversions.h | |
parent | 438a0d63964342acd2b50f12cb69fa4ae93254c0 (diff) | |
download | chromium_src-72520cfbda25e457da26113b568c76171d716a3f.zip chromium_src-72520cfbda25e457da26113b568c76171d716a3f.tar.gz chromium_src-72520cfbda25e457da26113b568c76171d716a3f.tar.bz2 |
Add enhanced bookmarks sync datatype
Adds a new sync datatype to handle the enhanced bookmarks
representation.
BUG=415822
R=mpearson@chromium.org, sky@chromium.org, zea@chromium.org
Review URL: https://codereview.chromium.org/583863002
Cr-Commit-Position: refs/heads/master@{#297718}
Diffstat (limited to 'sync/protocol/proto_value_conversions.h')
-rw-r--r-- | sync/protocol/proto_value_conversions.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sync/protocol/proto_value_conversions.h b/sync/protocol/proto_value_conversions.h index 2a3c1ae..cde44de 100644 --- a/sync/protocol/proto_value_conversions.h +++ b/sync/protocol/proto_value_conversions.h @@ -36,6 +36,7 @@ class DeviceInfoSpecifics; class DeviceInformation; class DictionarySpecifics; class EncryptedData; +class EnhancedBookmarkSpecifics; class EntitySpecifics; class EverythingDirective; class ExperimentsSpecifics; @@ -211,6 +212,9 @@ SYNC_EXPORT_PRIVATE base::DictionaryValue* DeviceInfoSpecificsToValue( SYNC_EXPORT_PRIVATE base::DictionaryValue* DictionarySpecificsToValue( const sync_pb::DictionarySpecifics& dictionary_specifics); +SYNC_EXPORT_PRIVATE base::DictionaryValue* EnhancedBookmarkSpecificsToValue( + const sync_pb::EnhancedBookmarkSpecifics& enhanced_bookmark_specifics); + SYNC_EXPORT_PRIVATE base::DictionaryValue* ExperimentsSpecificsToValue( const sync_pb::ExperimentsSpecifics& proto); |