|
Prep for moving files into components/invalidation
Refactors some dependencies to prepare for an upcoming move of
invalidator code from sync/internal_api/public/base to
components/invalidation.
Highlights include:
- Remove some sync/ dependencies on invalidator_state.h
- Refactor P2PInvalidator to not require model_type.h
- Remove ModelType dependencies from invalidator_util.h. Introduce
sync/tools/invalidation_helper.h and
chrome/browser/sync/glue/invalidation_helper.h to replace it.
TBR=ben
BUG= 259559
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284822
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+156 lines, -111 lines) |
Patch |
 |
A |
chrome/browser/sync/glue/invalidation_helper.h
|
View
|
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/sync/glue/invalidation_helper.cc
|
View
|
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/sync_backend_host_impl.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/test/integration/fake_server_invalidation_service.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/test/integration/p2p_invalidation_forwarder.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/test/integration/sync_test.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/invalidation/p2p_invalidator_unittest.cc
|
View
|
|
10 chunks |
+29 lines, -28 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/public/base/invalidation_util.h
|
View
|
|
4 chunks |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/public/base/invalidation_util.cc
|
View
|
|
3 chunks |
+0 lines, -58 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/public/base/model_type.h
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/sync_manager_impl.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
sync/internal_api/sync_manager_impl_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/test/fake_sync_manager.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
sync/tools/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
sync/tools/invalidation_helper.h
|
View
|
1
2
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
A |
sync/tools/invalidation_helper.cc
|
View
|
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/tools/sync_client.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
sync/tools/sync_listen_notifications.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
sync/tools/sync_tools.gyp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 30 (0 generated)
|