diff options
author | maniscalco@chromium.org <maniscalco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-01 05:04:46 +0000 |
---|---|---|
committer | maniscalco@chromium.org <maniscalco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-01 05:04:46 +0000 |
commit | 1069f58d60a175fb1ebb4c65fbfec2711367c1ea (patch) | |
tree | 0d180a1150a8aafd9dc2ebfc1adf2f792e124cee /sync/sync_proto.gypi | |
parent | d35e0d5c14cefc63528e51b624ea985d02406371 (diff) | |
download | chromium_src-1069f58d60a175fb1ebb4c65fbfec2711367c1ea.zip chromium_src-1069f58d60a175fb1ebb4c65fbfec2711367c1ea.tar.gz chromium_src-1069f58d60a175fb1ebb4c65fbfec2711367c1ea.tar.bz2 |
Update sync API to support attachments.
The purpose of this change is to start exposing attachment support in
the sync API. At this point there is no real functionality added.
SyncData and SyncChangeProcessor now know about attachments.
GenericChangeProcessor's ctor now requires an AttachmentService.
Add AttachmentService and FakeAttachmentService.
Update Attachment::Create* methods to return by value.
Make Attachment::CreateId public because it is useful in
sync_data_unittest.cc.
Make some ctors explicit.
BUG=348624
Review URL: https://codereview.chromium.org/187303006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260778 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/sync_proto.gypi')
-rw-r--r-- | sync/sync_proto.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/sync_proto.gypi b/sync/sync_proto.gypi index 536828d..3385317 100644 --- a/sync/sync_proto.gypi +++ b/sync/sync_proto.gypi @@ -15,6 +15,7 @@ 'protocol/app_specifics.proto', 'protocol/app_list_specifics.proto', 'protocol/article_specifics.proto', + 'protocol/attachments.proto', 'protocol/autofill_specifics.proto', 'protocol/bookmark_specifics.proto', 'protocol/client_commands.proto', |