|
[Sync] Enable adding notifier observers from ProfileSyncService
Plumb the registrations from the UI thread to the sync thread, and plumb the invalidations back.
Add ObjectIdSet <-> ObjectIdPayloadMap conversions.
Rename syncapi_unittest.cc to sync_manager_impl_unittest.cc.
BUG= 137087
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149747
Total comments: 4
Total comments: 4
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+516 lines, -2862 lines) |
Patch |
 |
M |
chrome/browser/sync/DEPS
|
View
|
1
2
3
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/sync_backend_host.h
|
View
|
1
2
3
4
5
|
5 chunks |
+17 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/sync_backend_host.cc
|
View
|
1
2
3
4
5
|
11 chunks |
+96 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/sync_backend_host_unittest.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+70 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service.h
|
View
|
1
2
3
4
5
|
4 chunks |
+25 lines, -0 lines |
1 comment
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+38 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_unittest.cc
|
View
|
1
2
3
4
5
6
|
9 chunks |
+68 lines, -14 lines |
2 comments
|
Download
|
 |
M |
chrome/browser/sync/test_profile_sync_service.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/test_profile_sync_service.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+15 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/public/DEPS
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/public/sync_manager.h
|
View
|
1
2
3
4
5
|
2 chunks |
+15 lines, -15 lines |
2 comments
|
Download
|
 |
M |
sync/internal_api/public/test/fake_sync_manager.h
|
View
|
1
2
3
4
5
|
5 chunks |
+29 lines, -5 lines |
3 comments
|
Download
|
 |
M |
sync/internal_api/sync_manager_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
1 comment
|
Download
|
 |
M |
sync/internal_api/sync_manager_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
sync/internal_api/sync_manager_impl_unittest.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+13 lines, -8 lines |
0 comments
|
Download
|
 |
D |
sync/internal_api/syncapi_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -2786 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/test/fake_sync_manager.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+70 lines, -9 lines |
1 comment
|
Download
|
 |
M |
sync/notifier/object_id_payload_map.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
1 comment
|
Download
|
 |
M |
sync/notifier/object_id_payload_map.cc
|
View
|
1
2
3
4
|
1 chunk |
+19 lines, -0 lines |
2 comments
|
Download
|
 |
M |
sync/notifier/sync_notifier.h
|
View
|
1
2
3
|
1 chunk |
+4 lines, -3 lines |
1 comment
|
Download
|
 |
M |
sync/sync.gyp
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 28 (0 generated)
|