summaryrefslogtreecommitdiffstats
path: root/sync/api/sync_data_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in sync/.avi2015-12-221-1/+3
* [Sync] Fixing all trivial lint violations in src/sync/*skym2015-12-141-2/+2
* [Sync] Add size and crc32c to AttachmentId.maniscalco2015-03-111-3/+3
* Revert of [Sync] Add size and crc32c to AttachmentId. (patchset #8 id:140001 ...dgrogan2015-03-101-3/+3
* [Sync] Add size and crc32c to AttachmentId.maniscalco2015-03-101-3/+3
* [Sync] Remove DropAttachments from AttachmentService and SyncDatamaniscalco2015-03-041-2/+2
* Pass AttachmentIdList instead of AttachmentList to SyncDatapavely2014-09-151-11/+8
* Move non-API code out of sync/api/attachments/.maniscalco@chromium.org2014-08-051-3/+3
* Replace MessageLoopProxy with ThreadTaskRunnerHandle in src/sync/.maniscalco@chromium.org2014-07-091-2/+2
* Rename FakeAttachmentService to AttachmentServiceImplpavely@chromium.org2014-05-131-2/+2
* Replace deprecated 3-arg SyncData::CreateLocalData with 5-arg version.maniscalco@chromium.org2014-04-101-10/+0
* Separate SyncData methods into three groups, local, remote, and common.maniscalco@chromium.org2014-04-031-10/+10
* Update sync API to support attachments.maniscalco@chromium.org2014-04-011-3/+75
* Add some unit tests for SyncData.maniscalco@chromium.org2014-02-221-0/+66