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

Issue 1325453003: [Sync] rename USS processor / worker interfaces (Closed)

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

Description

ModelTypeSyncProxy -> ModelTypeProcessor ModelTypeSyncWorker -> CommitQueue BUG=525830 Committed: https://crrev.com/5b0ee7313734fb1714457b19e24b07db88de9f79 Cr-Commit-Position: refs/heads/master@{#346521}

Patch Set 1 : #

Total comments: 10

Patch Set 2 : remove some changes #

Total comments: 10

Patch Set 3 : update base on comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -946 lines) Patch
M components/sync_driver/non_blocking_data_type_controller.h View 1 4 chunks +5 lines, -5 lines 0 comments Download
M components/sync_driver/non_blocking_data_type_controller_unittest.cc View 1 3 chunks +10 lines, -10 lines 0 comments Download
M sync/BUILD.gn View 1 3 chunks +8 lines, -8 lines 0 comments Download
A + sync/engine/commit_queue.h View 1 chunk +7 lines, -7 lines 0 comments Download
A + sync/engine/commit_queue.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M sync/engine/entity_tracker.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sync/engine/entity_tracker_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + sync/engine/model_type_processor.h View 1 2 3 chunks +8 lines, -6 lines 0 comments Download
A + sync/engine/model_type_processor.cc View 1 chunk +3 lines, -3 lines 0 comments Download
D sync/engine/model_type_sync_proxy.h View 1 chunk +0 lines, -30 lines 0 comments Download
D sync/engine/model_type_sync_proxy.cc View 1 chunk +0 lines, -15 lines 0 comments Download
D sync/engine/model_type_sync_proxy_impl.h View 1 2 4 chunks +8 lines, -7 lines 0 comments Download
D sync/engine/model_type_sync_proxy_impl.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
D sync/engine/model_type_sync_proxy_impl_unittest.cc View 1 14 chunks +24 lines, -24 lines 0 comments Download
D sync/engine/model_type_sync_worker.h View 1 chunk +0 lines, -24 lines 0 comments Download
D sync/engine/model_type_sync_worker.cc View 1 chunk +0 lines, -15 lines 0 comments Download
D sync/engine/model_type_sync_worker_impl.h View 1 6 chunks +7 lines, -7 lines 0 comments Download
D sync/engine/model_type_sync_worker_impl.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
D sync/engine/model_type_sync_worker_impl_unittest.cc View 1 9 chunks +12 lines, -12 lines 0 comments Download
M sync/internal_api/public/non_blocking_sync_common.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/sync_context.h View 1 1 chunk +1 line, -1 line 0 comments Download
M sync/sessions/model_type_registry.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M sync/sync.gyp View 1 2 chunks +4 lines, -4 lines 0 comments Download
M sync/sync_tests.gypi View 1 1 chunk +4 lines, -4 lines 0 comments Download
M sync/test/engine/injectable_sync_context_proxy.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M sync/test/engine/injectable_sync_context_proxy.cc View 1 2 chunks +10 lines, -10 lines 0 comments Download
A + sync/test/engine/mock_commit_queue.h View 3 chunks +11 lines, -11 lines 0 comments Download
A + sync/test/engine/mock_commit_queue.cc View 7 chunks +15 lines, -15 lines 0 comments Download
A + sync/test/engine/mock_model_type_processor.h View 4 chunks +12 lines, -12 lines 0 comments Download
A + sync/test/engine/mock_model_type_processor.cc View 13 chunks +31 lines, -31 lines 0 comments Download
D sync/test/engine/mock_model_type_sync_proxy.h View 1 chunk +0 lines, -138 lines 0 comments Download
D sync/test/engine/mock_model_type_sync_proxy.cc View 1 chunk +0 lines, -260 lines 0 comments Download
D sync/test/engine/mock_model_type_sync_worker.h View 1 chunk +0 lines, -88 lines 0 comments Download
D sync/test/engine/mock_model_type_sync_worker.cc View 1 chunk +0 lines, -176 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
Gang Wu
Please take a look.
5 years, 3 months ago (2015-08-28 23:22:42 UTC) #5
stanisc
https://codereview.chromium.org/1325453003/diff/60001/chrome/browser/sync/profile_sync_service.h File chrome/browser/sync/profile_sync_service.h (right): https://codereview.chromium.org/1325453003/diff/60001/chrome/browser/sync/profile_sync_service.h#newcode363 chrome/browser/sync/profile_sync_service.h:363: const base::WeakPtr<syncer_v2::ModelTypeProcessorImpl>& proxy); This change was supposed to be ...
5 years, 3 months ago (2015-08-29 00:10:01 UTC) #6
Gang Wu
updated https://codereview.chromium.org/1325453003/diff/60001/chrome/browser/sync/profile_sync_service.h File chrome/browser/sync/profile_sync_service.h (right): https://codereview.chromium.org/1325453003/diff/60001/chrome/browser/sync/profile_sync_service.h#newcode363 chrome/browser/sync/profile_sync_service.h:363: const base::WeakPtr<syncer_v2::ModelTypeProcessorImpl>& proxy); On 2015/08/29 00:10:00, stanisc wrote: ...
5 years, 3 months ago (2015-08-29 05:03:03 UTC) #7
stanisc
LGTM with a few comments (OK to address in the next patch). https://codereview.chromium.org/1325453003/diff/60001/sync/engine/entity_tracker.h File sync/engine/entity_tracker.h ...
5 years, 3 months ago (2015-08-31 17:42:19 UTC) #8
Gang Wu
updated https://codereview.chromium.org/1325453003/diff/60001/sync/engine/entity_tracker.h File sync/engine/entity_tracker.h (right): https://codereview.chromium.org/1325453003/diff/60001/sync/engine/entity_tracker.h#newcode23 sync/engine/entity_tracker.h:23: // CommitQueue. On 2015/08/31 17:42:19, stanisc wrote: > ...
5 years, 3 months ago (2015-08-31 22:38:06 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1325453003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1325453003/100001
5 years, 3 months ago (2015-08-31 23:31:35 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:100001)
5 years, 3 months ago (2015-08-31 23:40:50 UTC) #13
commit-bot: I haz the power
5 years, 3 months ago (2015-08-31 23:41:46 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/5b0ee7313734fb1714457b19e24b07db88de9f79
Cr-Commit-Position: refs/heads/master@{#346521}

Powered by Google App Engine
This is Rietveld 408576698