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

Unified Diff: chrome/browser/sync/chrome_sync_client.cc

Issue 2732333003: [Sync] ModelTypeStore factory shouldn't require valid PSS to function correctly (Closed)
Patch Set: Address comments Created 3 years, 9 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 | « chrome/browser/sync/chrome_sync_client.h ('k') | chrome/browser/sync/profile_sync_service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/chrome_sync_client.cc
diff --git a/chrome/browser/sync/chrome_sync_client.cc b/chrome/browser/sync/chrome_sync_client.cc
index 6430bae7499269e01c5e26fc87ff9d39fe0f11d2..2571a605ca9bc29a0994bf68abbce6b70ff88f52 100644
--- a/chrome/browser/sync/chrome_sync_client.cc
+++ b/chrome/browser/sync/chrome_sync_client.cc
@@ -236,6 +236,10 @@ void ChromeSyncClient::Initialize() {
}
}
+base::SequencedWorkerPool* ChromeSyncClient::GetBlockingPool() {
+ return content::BrowserThread::GetBlockingPool();
+}
+
syncer::SyncService* ChromeSyncClient::GetSyncService() {
DCHECK_CURRENTLY_ON(BrowserThread::UI);
return ProfileSyncServiceFactory::GetSyncServiceForBrowserContext(profile_);
« no previous file with comments | « chrome/browser/sync/chrome_sync_client.h ('k') | chrome/browser/sync/profile_sync_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698