|
Invoke AttachmentUploader and update AttachmentIds.
When GenericChangeProcessor calls AttachmentService::StoreAttachments
AttachmentService invokes AttachmentUploader to upload attachments.
When attachment gets uploaded AttachmentService invokes
AttachmentService::Delegate::OnAttachmentUploaded.
GenericChangeProcessor implements AttachmentService::Delegate for now.
When attachment is uploaded it call WriteTransaction to update entries
referring this attachment with new attachment id.
R=maniscalco@chromium.org
BUG= 371629
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271578
Total comments: 39
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+318 lines, -80 lines) |
Patch |
 |
M |
chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/shared_change_processor.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/ui_data_type_controller_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_components_factory.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_components_factory_impl.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_components_factory_impl.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+18 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_components_factory_mock.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_components_factory_mock.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/fake_generic_change_processor.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/fake_generic_change_processor.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/generic_change_processor.h
|
View
|
1
2
3
4
5
|
4 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/sync_driver/generic_change_processor.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/generic_change_processor_factory.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/sync_driver/generic_change_processor_factory.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+11 lines, -12 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/generic_change_processor_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
6 chunks |
+74 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/sync_api_component_factory.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
 |
M |
sync/api/attachments/attachment_service.h
|
View
|
1
2
3
4
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/api/attachments/attachment_service_impl.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
sync/api/attachments/attachment_service_impl.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+24 lines, -5 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/public/write_transaction.h
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/write_transaction.cc
|
View
|
1
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/syncable/directory.h
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/syncable/directory.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/syncable/directory_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/syncable/mutable_entry.h
|
View
|
1
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/syncable/mutable_entry.cc
|
View
|
1
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
Total messages: 20 (0 generated)
|