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

Issue 1035573002: [Sync] Replace AttachmentIdSet with AttachmentIdList in interfaces. (Closed)

Created:
5 years, 9 months ago by pavely
Modified:
5 years, 9 months ago
Reviewers:
maniscalco
CC:
chromium-reviews, tim+watch_chromium.org, zea+watch_chromium.org, maxbogue+watch_chromium.org, pvalenzuela+watch_chromium.org, plaree+watch_chromium.org, maniscalco+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Sync] Replace AttachmentIdSet with AttachmentIdList in interfaces. Today both types are used on AttachmentService and other interfaces. In this change I make all interfaces use AttachmentIdList. AttachmentIdSet is only used in implementations and unittests. R=maniscalco@chromium.org BUG= TEST=No observable behavior change. Committed: https://crrev.com/66175b0031526dd7d2575b6bcce62a1c5c2db580 Cr-Commit-Position: refs/heads/master@{#322130}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Changes after Nick's feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -81 lines) Patch
M components/sync_driver/generic_change_processor.cc View 2 chunks +9 lines, -5 lines 0 comments Download
M components/sync_driver/generic_change_processor_unittest.cc View 6 chunks +17 lines, -17 lines 0 comments Download
M sync/api/attachments/attachment_id.h View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/internal_api/attachments/attachment_service_impl.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M sync/internal_api/attachments/attachment_service_impl_unittest.cc View 1 10 chunks +30 lines, -23 lines 0 comments Download
M sync/internal_api/attachments/attachment_service_proxy.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/attachments/attachment_service_proxy_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/attachments/attachment_service.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/attachments/attachment_service_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/attachments/attachment_service_proxy.h View 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/read_transaction.h View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/internal_api/read_transaction.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M sync/syncable/directory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M sync/syncable/directory.cc View 2 chunks +6 lines, -8 lines 0 comments Download
M sync/syncable/directory_unittest.cc View 2 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
pavely
5 years, 9 months ago (2015-03-24 21:25:08 UTC) #1
maniscalco
Nice work. Thanks for cleaning this up. LGTM modulo the items below. https://codereview.chromium.org/1035573002/diff/1/sync/internal_api/attachments/attachment_service_impl.cc File sync/internal_api/attachments/attachment_service_impl.cc ...
5 years, 9 months ago (2015-03-25 00:42:39 UTC) #2
pavely
https://codereview.chromium.org/1035573002/diff/1/sync/internal_api/attachments/attachment_service_impl_unittest.cc File sync/internal_api/attachments/attachment_service_impl_unittest.cc (right): https://codereview.chromium.org/1035573002/diff/1/sync/internal_api/attachments/attachment_service_impl_unittest.cc#newcode263 sync/internal_api/attachments/attachment_service_impl_unittest.cc:263: AttachmentIdSet AttachmentIdSetFromList(const AttachmentIdList& id_list) { On 2015/03/25 00:42:39, maniscalco ...
5 years, 9 months ago (2015-03-25 00:52:11 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1035573002/20001
5 years, 9 months ago (2015-03-25 00:52:56 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/1132)
5 years, 9 months ago (2015-03-25 03:24:25 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1035573002/20001
5 years, 9 months ago (2015-03-25 04:26:09 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-03-25 07:44:54 UTC) #11
commit-bot: I haz the power
5 years, 9 months ago (2015-03-25 07:45:27 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/66175b0031526dd7d2575b6bcce62a1c5c2db580
Cr-Commit-Position: refs/heads/master@{#322130}

Powered by Google App Engine
This is Rietveld 408576698