|
|
[Sync] Remove SyncableServiceAdapter.
This comprises the following changes:
- Convert all UI thread datatypes using SyncableService API to use the new
UIDataTypeController
- Convert ExtensionSettings to use NewNonFrontendDataTypeController (soon to be renamed
NonUIDataTypeController).
- Have all datatypes using the SyncableService api accessible under one
GetSyncableServiceForType(..) method in the ProfileSyncComponentsFactory.
- Fix up a bunch of tests.
BUG= 104658
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=125215
Total comments: 14
Total comments: 10
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+921 lines, -1182 lines) |
Patch |
 |
A |
chrome/browser/sync/api/fake_syncable_service.h
|
View
|
1
2
3
4
5
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/sync/api/fake_syncable_service.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/app_notification_data_type_controller.h
|
View
|
1
2
3
|
4 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/app_notification_data_type_controller.cc
|
View
|
1
2
3
|
2 chunks |
+5 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/app_notification_data_type_controller_unittest.cc
|
View
|
1
2
3
|
11 chunks |
+54 lines, -62 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/extension_data_type_controller.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/extension_data_type_controller.cc
|
View
|
1
2
3
|
1 chunk |
+6 lines, -24 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/sync/glue/extension_data_type_controller_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -187 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/extension_setting_data_type_controller.h
|
View
|
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/extension_setting_data_type_controller.cc
|
View
|
|
2 chunks |
+3 lines, -13 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/sync/glue/fake_generic_change_processor.h
|
View
|
1
2
3
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/sync/glue/fake_generic_change_processor.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/frontend_data_type_controller.h
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/generic_change_processor.h
|
View
|
1
2
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/sync/glue/preference_data_type_controller.h
|
View
|
1
2
|
1 chunk |
+0 lines, -42 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/sync/glue/preference_data_type_controller.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -43 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/sync/glue/preference_data_type_controller_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -186 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/search_engine_data_type_controller.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/search_engine_data_type_controller.cc
|
View
|
1
2
3
|
2 chunks |
+5 lines, -22 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc
|
View
|
1
2
3
|
6 chunks |
+59 lines, -65 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/sync/glue/syncable_service_adapter.h
|
View
|
|
1 chunk |
+0 lines, -57 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/sync/glue/syncable_service_adapter.cc
|
View
|
|
1 chunk |
+0 lines, -74 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/sync/glue/ui_data_type_controller.h
|
View
|
1
2
3
|
5 chunks |
+33 lines, -47 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/sync/glue/ui_data_type_controller.cc
|
View
|
1
2
3
|
1 chunk |
+267 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/sync/glue/ui_data_type_controller_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+199 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_components_factory.h
|
View
|
1
2
|
1 chunk |
+2 lines, -69 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_components_factory_impl.h
|
View
|
1
2
|
1 chunk |
+1 line, -33 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_components_factory_impl.cc
|
View
|
1
2
3
4
5
6
|
8 chunks |
+29 lines, -122 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_components_factory_mock.h
|
View
|
1
2
|
2 chunks |
+1 line, -26 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_components_factory_mock.cc
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_preference_unittest.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+15 lines, -32 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
|
3 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
|
4 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|