|
|
[Sync] Componentize ProfileSyncComponentsFactoryImpl
Componentize ProfileSyncComponentsFactoryImpl into browser_sync component.
As part of this, pull out RegisterDesktopDatatypes method into ChromeSyncClient.
Similarly, a RegisterAndroidDataTypes is created instead for Android
platforms.
Because profile_sync_components_factory_impl_unittest.cc was really duplicating
and testing the logic from ProfileSyncServiceFactory, went ahead and moved the
test cases over into profile_sync_service_factory_unittest.cc.
BUG= 512768
TBR=rdevlin.cronin@chromium.org
Committed: https://crrev.com/7db382299ca33ffb369f9c79a5331bbfbab259bc
Cr-Commit-Position: refs/heads/master@{#359916}
Total comments: 14
Total comments: 4
Total comments: 4
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+577 lines, -1253 lines) |
Patch |
 |
M |
chrome/browser/extensions/api/preferences_private/preferences_private_apitest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/sessions/sessions_apitest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/chrome_sync_client.h
|
View
|
1
2
3
4
5
|
4 chunks |
+21 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/chrome_sync_client.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+181 lines, -6 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/sync/profile_sync_components_factory_impl.h
|
View
|
|
1 chunk |
+0 lines, -116 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/sync/profile_sync_components_factory_impl.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -554 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -181 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_factory.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+7 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_factory_unittest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+110 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_mock.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+16 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_unittest.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+16 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/sessions_sync_manager_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/test_profile_sync_service.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+20 lines, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/browser_sync.gypi
|
View
|
1
2
3
4
5
6
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/browser_sync/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/browser_sync/browser/DEPS
|
View
|
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
A + |
components/browser_sync/browser/profile_sync_components_factory_impl.h
|
View
|
1
2
|
5 chunks |
+26 lines, -29 lines |
0 comments
|
Download
|
 |
A + |
components/browser_sync/browser/profile_sync_components_factory_impl.cc
|
View
|
1
2
3
4
5
6
|
17 chunks |
+71 lines, -225 lines |
0 comments
|
Download
|
 |
M |
components/browser_sync/browser/profile_sync_service.h
|
View
|
1
2
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/browser_sync/browser/profile_sync_service.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+38 lines, -38 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/fake_sync_client.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/fake_sync_client.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/generic_change_processor_unittest.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/shared_change_processor_unittest.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/sync_api_component_factory.h
|
View
|
1
|
3 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/sync_api_component_factory_mock.h
|
View
|
1
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/sync_client.h
|
View
|
1
2
3
4
5
|
4 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
Total messages: 25 (8 generated)
|