From d88f80efd9b66130adf721f01ff355db57829c7e Mon Sep 17 00:00:00 2001 From: pavely Date: Thu, 12 Nov 2015 15:55:27 -0800 Subject: [Sync] Implementation of ModelTypeStoreBackend I'm adding implementation of ModelTypeStoreBackend. The object lives on backend thread and performs actual calls to leveldb. ModelTypeStoreImpl will use interface of backend to work with database. Implementation of ModelTypeStoreImpl methods that work with this backend will be landed in separate CL. R=stanisc@chromium.org BUG=517663 TEST=Covered by sync_unit_tests. No externally observable behavior. Review URL: https://codereview.chromium.org/1436573002 Cr-Commit-Position: refs/heads/master@{#359442} --- sync/sync_tests.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'sync/sync_tests.gypi') diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi index d425408..e7eceec 100644 --- a/sync/sync_tests.gypi +++ b/sync/sync_tests.gypi @@ -300,6 +300,7 @@ 'internal_api/js_mutation_event_observer_unittest.cc', 'internal_api/js_sync_encryption_handler_observer_unittest.cc', 'internal_api/js_sync_manager_observer_unittest.cc', + 'internal_api/model_type_store_backend_unittest.cc', 'internal_api/model_type_store_impl_unittest.cc', 'internal_api/protocol_event_buffer_unittest.cc', 'internal_api/public/base/attachment_id_proto_unittest.cc', -- cgit v1.1