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

Unified Diff: ios/chrome/browser/sync/ios_chrome_sync_client.mm

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 | « ios/chrome/browser/sync/ios_chrome_sync_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/sync/ios_chrome_sync_client.mm
diff --git a/ios/chrome/browser/sync/ios_chrome_sync_client.mm b/ios/chrome/browser/sync/ios_chrome_sync_client.mm
index 92250fdffc2c57c80135401bbc9da60cbbfa00f5..741a52252772aaad304d5183ce87f2f886cf5977 100644
--- a/ios/chrome/browser/sync/ios_chrome_sync_client.mm
+++ b/ios/chrome/browser/sync/ios_chrome_sync_client.mm
@@ -176,6 +176,10 @@ void IOSChromeSyncClient::Initialize() {
}
}
+base::SequencedWorkerPool* IOSChromeSyncClient::GetBlockingPool() {
+ return web::WebThread::GetBlockingPool();
+}
+
syncer::SyncService* IOSChromeSyncClient::GetSyncService() {
DCHECK_CURRENTLY_ON(web::WebThread::UI);
return IOSChromeProfileSyncServiceFactory::GetForBrowserState(browser_state_);
« no previous file with comments | « ios/chrome/browser/sync/ios_chrome_sync_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698