|
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/6ae2b341c73909cf902078446346d6c900273409
Cr-Commit-Position: refs/heads/master@{#297339}
Total comments: 26
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+479 lines, -491 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 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
|
1
|
4 chunks |
+11 lines, -8 lines |
0 comments
|
Download
|
 |
M |
sync/api/attachments/attachment_store.h
|
View
|
1
|
3 chunks |
+18 lines, -4 lines |
0 comments
|
Download
|
 |
M |
sync/api/attachments/attachment_store.cc
|
View
|
1
|
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
|
1
2
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
sync/internal_api/attachments/attachment_store_handle.cc
|
View
|
1
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
A |
sync/internal_api/attachments/attachment_store_handle_unittest.cc
|
View
|
1
|
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
|
1 chunk |
+66 lines, -0 lines |
0 comments
|
Download
|
 |
A |
sync/internal_api/public/attachments/in_memory_attachment_store.h
|
View
|
1
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/sync.gyp
|
View
|
1
|
3 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
M |
sync/sync_tests.gypi
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 10 (1 generated)
|