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

Unified Diff: ios/chrome/browser/reading_list/reading_list_model_factory.cc

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
« no previous file with comments | « components/sync/model_impl/model_type_store_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/reading_list/reading_list_model_factory.cc
diff --git a/ios/chrome/browser/reading_list/reading_list_model_factory.cc b/ios/chrome/browser/reading_list/reading_list_model_factory.cc
index 98e3eb83d08bb940c96e24389d892d3382695cc3..1bfd81a328a7ac8d211e6d1043a8a81e736f327f 100644
--- a/ios/chrome/browser/reading_list/reading_list_model_factory.cc
+++ b/ios/chrome/browser/reading_list/reading_list_model_factory.cc
@@ -63,8 +63,7 @@ std::unique_ptr<KeyedService> ReadingListModelFactory::BuildServiceInstanceFor(
const syncer::ModelTypeStoreFactory& store_factory =
browser_sync::ProfileSyncService::GetModelTypeStoreFactory(
- syncer::READING_LIST, chrome_browser_state->GetStatePath(),
- web::WebThread::GetBlockingPool());
+ syncer::READING_LIST, chrome_browser_state->GetStatePath());
std::unique_ptr<ReadingListStore> store = base::MakeUnique<ReadingListStore>(
store_factory,
base::Bind(&syncer::ModelTypeChangeProcessor::Create,
« no previous file with comments | « components/sync/model_impl/model_type_store_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698