|
sync: Move NonBlockingTypeProcessor to sync/engine
Moves NonBlockingTypeProcessor from sync/internal_api to sync/engine.
It's become increasingly clear to me that the NonBlockingTypeProcessor
will be too big to expose outside of sync. When it comes time to export
its functionality, we'll need to define a wrapper class with a simpler
interface. This means that there's no benefit to keeping it in
internal_api.
There is a benefit to moving this to sync/engine. In this location, it
should be able to collaborate more closely with its sibling, the
NonBlockingTypeProcessorCore.
We intend to start adding lots of code to this class soon. It's a good
idea to get this move out of the way first, so we can have a better git
history in the end.
BUG= 351005
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270025
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+9 lines, -194 lines) |
Patch |
 |
M |
components/sync_driver/non_blocking_data_type_controller.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/sync_driver/non_blocking_data_type_controller_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/sync_driver/non_blocking_data_type_manager.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sync/engine/DEPS
|
View
|
1
2
|
1 chunk |
+1 line, -6 lines |
0 comments
|
Download
|
 |
A + |
sync/engine/non_blocking_type_processor.h
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
sync/engine/non_blocking_type_processor.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
sync/internal_api/non_blocking_type_processor.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -86 lines |
0 comments
|
Download
|
 |
D |
sync/internal_api/public/non_blocking_type_processor.h
|
View
|
1
2
|
1 chunk |
+0 lines, -94 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/sync_core_proxy_impl_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sync/sessions/model_type_registry.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sync/sessions/model_type_registry_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sync/sync_core.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/sync_internal_api.gypi
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|