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

Issue 2292393004: Remove stl_util from sync. (Closed)

Created:
4 years, 3 months ago by Avi (use Gerrit)
Modified:
4 years, 3 months ago
CC:
chromium-reviews, sync-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove stl_util from sync. BUG=555865 Committed: https://crrev.com/528f6a93bae21ece4c51fddcb1bafc5af1a61a9d Cr-Commit-Position: refs/heads/master@{#416434}

Patch Set 1 #

Total comments: 1

Patch Set 2 : rebase #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -127 lines) Patch
M components/sync/BUILD.gn View 1 1 chunk +0 lines, -1 line 0 comments Download
M components/sync/engine_impl/syncer.cc View 1 chunk +0 lines, -1 line 0 comments Download
M components/sync/engine_impl/syncer_proto_util.cc View 1 chunk +0 lines, -1 line 0 comments Download
M components/sync/syncable/directory.h View 2 chunks +3 lines, -3 lines 0 comments Download
M components/sync/syncable/directory.cc View 11 chunks +13 lines, -19 lines 2 comments Download
M components/sync/syncable/directory_backing_store.cc View 5 chunks +9 lines, -9 lines 0 comments Download
M components/sync/syncable/directory_backing_store_unittest.cc View 3 chunks +2 lines, -4 lines 0 comments Download
M components/sync/syncable/directory_unittest.cc View 1 6 chunks +9 lines, -9 lines 0 comments Download
M components/sync/syncable/entry_kernel.h View 1 chunk +9 lines, -2 lines 0 comments Download
M components/sync/syncable/mutable_entry.cc View 1 chunk +0 lines, -1 line 0 comments Download
M components/sync/syncable/on_disk_directory_backing_store.cc View 2 chunks +1 line, -3 lines 0 comments Download
M components/sync/syncable/parent_child_index_unittest.cc View 7 chunks +8 lines, -12 lines 0 comments Download
D components/sync/syncable/syncable-inl.h View 1 chunk +0 lines, -25 lines 0 comments Download
M components/sync/syncable/syncable_delete_journal.h View 4 chunks +19 lines, -9 lines 0 comments Download
M components/sync/syncable/syncable_delete_journal.cc View 7 chunks +26 lines, -28 lines 0 comments Download

Messages

Total messages: 24 (14 generated)
Avi (use Gerrit)
I had to reverse-engineer ownership semantics and object flow from the code. Can you please ...
4 years, 3 months ago (2016-08-31 20:14:19 UTC) #6
Avi (use Gerrit)
Nicolas is OOO. Stanislav, can you take a look? Thanks!
4 years, 3 months ago (2016-09-01 18:17:07 UTC) #10
pavely
lgtm
4 years, 3 months ago (2016-09-01 20:59:18 UTC) #14
maxbogue
https://codereview.chromium.org/2292393004/diff/20001/components/sync/syncable/directory.cc File components/sync/syncable/directory.cc (right): https://codereview.chromium.org/2292393004/diff/20001/components/sync/syncable/directory.cc#newcode193 components/sync/syncable/directory.cc:193: delete_journal_ = base::MakeUnique<DeleteJournal>(std::move(delete_journals)); I don't think you need the ...
4 years, 3 months ago (2016-09-01 21:10:22 UTC) #16
maxbogue
https://codereview.chromium.org/2292393004/diff/20001/components/sync/syncable/directory.cc File components/sync/syncable/directory.cc (right): https://codereview.chromium.org/2292393004/diff/20001/components/sync/syncable/directory.cc#newcode193 components/sync/syncable/directory.cc:193: delete_journal_ = base::MakeUnique<DeleteJournal>(std::move(delete_journals)); On 2016/09/01 21:10:22, maxbogue wrote: > ...
4 years, 3 months ago (2016-09-01 21:13:17 UTC) #17
Avi (use Gerrit)
On 2016/09/01 21:13:17, maxbogue wrote: > https://codereview.chromium.org/2292393004/diff/20001/components/sync/syncable/directory.cc > File components/sync/syncable/directory.cc (right): > > https://codereview.chromium.org/2292393004/diff/20001/components/sync/syncable/directory.cc#newcode193 > ...
4 years, 3 months ago (2016-09-01 21:46:23 UTC) #18
Nicolas Zea
I think theoretically it could be keyed by ID, but I think I prefer it ...
4 years, 3 months ago (2016-09-02 20:21:15 UTC) #19
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/2292393004/20001
4 years, 3 months ago (2016-09-03 02:04:25 UTC) #21
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-03 03:09:46 UTC) #22
commit-bot: I haz the power
4 years, 3 months ago (2016-09-03 03:13:28 UTC) #24
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/528f6a93bae21ece4c51fddcb1bafc5af1a61a9d
Cr-Commit-Position: refs/heads/master@{#416434}

Powered by Google App Engine
This is Rietveld 408576698