|
Reland Refactor FakeAttachmentStore
Refactor FakeAttachmentStore into AttachmentStoreProxy and
InMemoryAttachmentStore backend. Break AttachmentStore interface into
AttachmentStoreBase (common interface for backends) and AttachmentStore
(referenced by datatype and AttachmentService).
BUG=
R=maniscalco@chromium.org
Committed: https://crrev.com/c4c7e842b3ba77671b74ac263e5fb7217c3dfbfb
Cr-Commit-Position: refs/heads/master@{#297951}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+493 lines, -492 lines) |
Patch |
 |
M |
chrome/browser/sync/profile_sync_components_factory_impl.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_components_factory_mock.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/sync_driver/device_info_sync_service_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/sync_driver/generic_change_processor_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
sync/BUILD.gn
|
View
|
|
4 chunks |
+11 lines, -8 lines |
0 comments
|
Download
|
 |
M |
sync/api/attachments/attachment_store.h
|
View
|
|
3 chunks |
+18 lines, -4 lines |
0 comments
|
Download
|
 |
M |
sync/api/attachments/attachment_store.cc
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
D |
sync/api/attachments/fake_attachment_store.h
|
View
|
|
1 chunk |
+0 lines, -60 lines |
0 comments
|
Download
|
 |
D |
sync/api/attachments/fake_attachment_store.cc
|
View
|
|
1 chunk |
+0 lines, -128 lines |
0 comments
|
Download
|
 |
D |
sync/api/attachments/fake_attachment_store_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -257 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/attachments/attachment_service_impl.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/attachments/attachment_service_impl_unittest.cc
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
sync/internal_api/attachments/attachment_store_handle.cc
|
View
|
1
2
|
1 chunk |
+70 lines, -0 lines |
0 comments
|
Download
|
 |
A |
sync/internal_api/attachments/attachment_store_handle_unittest.cc
|
View
|
|
1 chunk |
+148 lines, -0 lines |
0 comments
|
Download
|
 |
A |
sync/internal_api/attachments/in_memory_attachment_store.cc
|
View
|
|
1 chunk |
+80 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
sync/internal_api/attachments/in_memory_attachment_store_unittest.cc
|
View
|
|
8 chunks |
+19 lines, -17 lines |
0 comments
|
Download
|
 |
A |
sync/internal_api/public/attachments/attachment_store_handle.h
|
View
|
|
1 chunk |
+66 lines, -0 lines |
0 comments
|
Download
|
 |
A |
sync/internal_api/public/attachments/in_memory_attachment_store.h
|
View
|
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/sync.gyp
|
View
|
|
3 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
M |
sync/sync_tests.gypi
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 11 (4 generated)
|