Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(403)

Unified Diff: components/sync/model_impl/model_type_store_impl.h

Issue 2863173002: [Sync] Switch ModelTypeStore* from blocking pool to post_task.h (Closed)
Patch Set: Self review. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/sync/model_impl/model_type_store_impl.h
diff --git a/components/sync/model_impl/model_type_store_impl.h b/components/sync/model_impl/model_type_store_impl.h
index 343e496698e3640e6d91e3907b500079eb1c4015..3870329912a8bbbd38f5ff679fa0fb758af3a481 100644
--- a/components/sync/model_impl/model_type_store_impl.h
+++ b/components/sync/model_impl/model_type_store_impl.h
@@ -30,11 +30,9 @@ class ModelTypeStoreImpl : public ModelTypeStore, public base::NonThreadSafe {
public:
~ModelTypeStoreImpl() override;
- static void CreateStore(
- ModelType type,
- const std::string& path,
- scoped_refptr<base::SequencedTaskRunner> blocking_task_runner,
- const InitCallback& callback);
+ static void CreateStore(ModelType type,
+ const std::string& path,
+ const InitCallback& callback);
static void CreateInMemoryStoreForTest(ModelType type,
const InitCallback& callback);
« no previous file with comments | « components/sync/model_impl/model_type_store_backend.cc ('k') | components/sync/model_impl/model_type_store_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698