summaryrefslogtreecommitdiffstats
path: root/sync/api/model_type_store.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/api/model_type_store.cc')
-rw-r--r--sync/api/model_type_store.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/sync/api/model_type_store.cc b/sync/api/model_type_store.cc
index 72af046..17afffc 100644
--- a/sync/api/model_type_store.cc
+++ b/sync/api/model_type_store.cc
@@ -13,6 +13,14 @@ void ModelTypeStore::CreateInMemoryStoreForTest(const InitCallback& callback) {
ModelTypeStoreImpl::CreateInMemoryStoreForTest(callback);
}
+// static
+void ModelTypeStore::CreateStore(
+ const std::string& path,
+ scoped_refptr<base::SequencedTaskRunner> blocking_task_runner,
+ const InitCallback& callback) {
+ ModelTypeStoreImpl::CreateStore(path, blocking_task_runner, callback);
+}
+
ModelTypeStore::~ModelTypeStore() {}
ModelTypeStore::WriteBatch::WriteBatch() {}