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

Issue 133503011: Move files from //chrome/browser/sync to sync_driver component. (Closed)

Created:
6 years, 10 months ago by blundell
Modified:
6 years, 10 months ago
Reviewers:
Nicolas Zea, Jói
CC:
chromium-reviews, tim+watch_chromium.org, rsimha+watch_chromium.org, haitaol+watch_chromium.org, maniscalco+watch_chromium.org
Visibility:
Public.

Description

Move files from //chrome/browser/sync to sync_driver component. This CL moves files that depend on the now-componentized data_type_controller.h and data_type_manager.h into the sync_driver component. For the most part these files are moved as-is. The only exception is sync_model_association_manager, which had a DCHECK about being on BrowserThread::UI; this DCHECK is removed. BUG=339726 TBR=joi Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248621

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -1438 lines) Patch
D chrome/browser/sync/glue/data_type_error_handler_mock.h View 1 chunk +0 lines, -29 lines 0 comments Download
D chrome/browser/sync/glue/data_type_error_handler_mock.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M chrome/browser/sync/glue/data_type_manager_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/data_type_manager_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/data_type_manager_impl_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/browser/sync/glue/data_type_manager_observer.h View 1 chunk +0 lines, -27 lines 0 comments Download
D chrome/browser/sync/glue/failed_data_types_handler.h View 1 chunk +0 lines, -70 lines 0 comments Download
D chrome/browser/sync/glue/failed_data_types_handler.cc View 1 chunk +0 lines, -114 lines 0 comments Download
M chrome/browser/sync/glue/generic_change_processor_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/sync/glue/model_association_manager.h View 1 chunk +0 lines, -158 lines 0 comments Download
D chrome/browser/sync/glue/model_association_manager.cc View 1 chunk +0 lines, -460 lines 0 comments Download
D chrome/browser/sync/glue/model_association_manager_unittest.cc View 1 chunk +0 lines, -389 lines 0 comments Download
D chrome/browser/sync/glue/proxy_data_type_controller.h View 1 chunk +0 lines, -56 lines 0 comments Download
D chrome/browser/sync/glue/proxy_data_type_controller.cc View 1 chunk +0 lines, -69 lines 0 comments Download
M chrome/browser/sync/glue/shared_change_processor_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_bookmark_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_typed_url_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 4 chunks +0 lines, -7 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 2 chunks +0 lines, -3 lines 0 comments Download
M components/components_tests.gyp View 2 chunks +2 lines, -0 lines 0 comments Download
M components/sync_driver.gypi View 2 chunks +9 lines, -0 lines 0 comments Download
A + components/sync_driver/data_type_error_handler_mock.h View 2 chunks +4 lines, -5 lines 0 comments Download
A + components/sync_driver/data_type_error_handler_mock.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/sync_driver/data_type_manager_observer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/sync_driver/failed_data_types_handler.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/sync_driver/failed_data_types_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/sync_driver/model_association_manager.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/sync_driver/model_association_manager.cc View 3 chunks +1 line, -5 lines 2 comments Download
A + components/sync_driver/model_association_manager_unittest.cc View 2 chunks +2 lines, -5 lines 0 comments Download
A + components/sync_driver/proxy_data_type_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/sync_driver/proxy_data_type_controller.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (0 generated)
blundell
https://codereview.chromium.org/133503011/diff/1/components/sync_driver/model_association_manager.cc File components/sync_driver/model_association_manager.cc (left): https://codereview.chromium.org/133503011/diff/1/components/sync_driver/model_association_manager.cc#oldcode339 components/sync_driver/model_association_manager.cc:339: DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); Do you think it's worth preserving this DCHECK ...
6 years, 10 months ago (2014-02-01 13:18:32 UTC) #1
Nicolas Zea
LGTM! https://codereview.chromium.org/133503011/diff/1/components/sync_driver/model_association_manager.cc File components/sync_driver/model_association_manager.cc (left): https://codereview.chromium.org/133503011/diff/1/components/sync_driver/model_association_manager.cc#oldcode339 components/sync_driver/model_association_manager.cc:339: DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); On 2014/02/01 13:18:32, blundell wrote: > Do ...
6 years, 10 months ago (2014-02-03 19:21:35 UTC) #2
blundell
The CQ bit was checked by blundell@chromium.org
6 years, 10 months ago (2014-02-03 19:57:30 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/133503011/1
6 years, 10 months ago (2014-02-03 19:58:33 UTC) #4
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-03 20:21:38 UTC) #5
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=47718
6 years, 10 months ago (2014-02-03 20:21:39 UTC) #6
commit-bot: I haz the power
CQ bit was unchecked on CL. Ignoring.
6 years, 10 months ago (2014-02-03 20:21:48 UTC) #7
commit-bot: I haz the power
CQ bit was unchecked on CL. Ignoring.
6 years, 10 months ago (2014-02-03 20:21:48 UTC) #8
blundell
TBR=joi for components_tests.gypi
6 years, 10 months ago (2014-02-03 20:27:30 UTC) #9
blundell
The CQ bit was checked by blundell@chromium.org
6 years, 10 months ago (2014-02-03 20:27:48 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/133503011/1
6 years, 10 months ago (2014-02-03 20:28:53 UTC) #11
commit-bot: I haz the power
Change committed as 248621
6 years, 10 months ago (2014-02-03 23:55:51 UTC) #12
commit-bot: I haz the power
CQ bit was unchecked on CL. Ignoring.
6 years, 10 months ago (2014-02-03 23:55:52 UTC) #13
commit-bot: I haz the power
CQ bit was unchecked on CL. Ignoring.
6 years, 10 months ago (2014-02-03 23:55:53 UTC) #14
commit-bot: I haz the power
CQ bit was unchecked on CL. Ignoring.
6 years, 10 months ago (2014-02-03 23:55:56 UTC) #15
commit-bot: I haz the power
CQ bit was unchecked on CL. Ignoring.
6 years, 10 months ago (2014-02-03 23:55:58 UTC) #16
commit-bot: I haz the power
CQ bit was unchecked on CL. Ignoring.
6 years, 10 months ago (2014-02-03 23:57:11 UTC) #17
Jói
6 years, 10 months ago (2014-02-04 13:51:58 UTC) #18
components_tests.gypi LGTM

On Mon, Feb 3, 2014 at 11:57 PM,  <commit-bot@chromium.org> wrote:
> CQ bit was unchecked on CL. Ignoring.
>
> https://codereview.chromium.org/133503011/

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698