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

Unified Diff: components/browser_sync/profile_sync_service.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/browser_sync/profile_sync_service.h
diff --git a/components/browser_sync/profile_sync_service.h b/components/browser_sync/profile_sync_service.h
index 88837d3b6edead6a6181b89bd5dbeefc5d2164af..b4e29d8fd0a3a0d1c3da6e6a401bb9ffc03af0d8 100644
--- a/components/browser_sync/profile_sync_service.h
+++ b/components/browser_sync/profile_sync_service.h
@@ -559,12 +559,9 @@ class ProfileSyncService : public syncer::SyncServiceBase,
// Returns a function for |type| that will create a ModelTypeStore that shares
// the sync LevelDB backend. |base_path| should be set to profile path.
- // |sequenced_worker_pool| is obtained from content::BrowserThread or
- // web::WebThread depending on platform.
static syncer::ModelTypeStoreFactory GetModelTypeStoreFactory(
syncer::ModelType type,
- const base::FilePath& base_path,
- base::SequencedWorkerPool* sequenced_worker_pool);
+ const base::FilePath& base_path);
// Needed to test whether the directory is deleted properly.
base::FilePath GetDirectoryPathForTest() const;
« no previous file with comments | « chrome/browser/chromeos/printing/printers_manager_factory.cc ('k') | components/browser_sync/profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698