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

Issue 2470953002: [Sync] Adding a passthrough MetadataChangeList implementation. (Closed)

Created:
4 years, 1 month ago by skym
Modified:
4 years, 1 month ago
CC:
chromium-reviews, sync-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Sync] Adding a passthrough MetadataChangeList implementation. BUG=661260 Committed: https://crrev.com/890cc54a9df16b8cc36e1d29df9707ec7bed3f24 Cr-Commit-Position: refs/heads/master@{#429473}

Patch Set 1 #

Patch Set 2 : Incorporated WBPMCL into DeviceInfoSyncBridge. #

Patch Set 3 : Dropped WriteBatch prefix, moved to model_impl, removed DeviceInfo integration. #

Patch Set 4 : Rename the passthrough for real. #

Total comments: 4

Patch Set 5 : Updates for Max. #

Patch Set 6 : Last update for Max. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+277 lines, -14 lines) Patch
M components/sync/BUILD.gn View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M components/sync/model/simple_metadata_change_list.h View 1 chunk +2 lines, -2 lines 0 comments Download
M components/sync/model/simple_metadata_change_list.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M components/sync/model/simple_metadata_change_list_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
A components/sync/model_impl/passthrough_metadata_change_list.h View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A components/sync/model_impl/passthrough_metadata_change_list.cc View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
A components/sync/model_impl/passthrough_metadata_change_list_unittest.cc View 1 2 3 4 5 1 chunk +180 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (12 generated)
skym
PTAL. Two things I dislike about this 1. ModelTypeChangeProcessor::Put and Delete both take pointers to ...
4 years, 1 month ago (2016-11-01 21:29:36 UTC) #2
pavely
On 2016/11/01 21:29:36, skym wrote: > PTAL. > > Two things I dislike about this ...
4 years, 1 month ago (2016-11-01 21:46:54 UTC) #5
skym
On 2016/11/01 21:46:54, pavely wrote: > On 2016/11/01 21:29:36, skym wrote: > > PTAL. > ...
4 years, 1 month ago (2016-11-01 22:00:19 UTC) #6
skym
Updates for Max.
4 years, 1 month ago (2016-11-02 21:58:08 UTC) #10
skym
Renamed for real.
4 years, 1 month ago (2016-11-02 22:04:45 UTC) #13
maxbogue
lgtm w/ couple nits https://codereview.chromium.org/2470953002/diff/60001/components/sync/model_impl/passthrough_metadata_change_list_unittest.cc File components/sync/model_impl/passthrough_metadata_change_list_unittest.cc (right): https://codereview.chromium.org/2470953002/diff/60001/components/sync/model_impl/passthrough_metadata_change_list_unittest.cc#newcode149 components/sync/model_impl/passthrough_metadata_change_list_unittest.cc:149: EXPECT_NE(update_metadata_map().find(kKey1)->second, would probably be easier ...
4 years, 1 month ago (2016-11-02 22:53:30 UTC) #15
skym
https://codereview.chromium.org/2470953002/diff/60001/components/sync/model_impl/passthrough_metadata_change_list_unittest.cc File components/sync/model_impl/passthrough_metadata_change_list_unittest.cc (right): https://codereview.chromium.org/2470953002/diff/60001/components/sync/model_impl/passthrough_metadata_change_list_unittest.cc#newcode149 components/sync/model_impl/passthrough_metadata_change_list_unittest.cc:149: EXPECT_NE(update_metadata_map().find(kKey1)->second, On 2016/11/02 22:53:30, maxbogue wrote: > would probably ...
4 years, 1 month ago (2016-11-02 23:10:56 UTC) #16
skym
4 years, 1 month ago (2016-11-02 23:13:26 UTC) #17
skym
4 years, 1 month ago (2016-11-02 23:13:27 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2470953002/100001
4 years, 1 month ago (2016-11-02 23:14:12 UTC) #21
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 1 month ago (2016-11-03 00:23:39 UTC) #22
commit-bot: I haz the power
4 years, 1 month ago (2016-11-03 00:25:28 UTC) #24
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/890cc54a9df16b8cc36e1d29df9707ec7bed3f24
Cr-Commit-Position: refs/heads/master@{#429473}

Powered by Google App Engine
This is Rietveld 408576698