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

Unified Diff: components/sync/driver/fake_sync_client.h

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 | « components/browser_sync/profile_sync_test_util.cc ('k') | components/sync/driver/fake_sync_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/fake_sync_client.h
diff --git a/components/sync/driver/fake_sync_client.h b/components/sync/driver/fake_sync_client.h
index a5e8b484493203ed8331b1ac14441407e8e234fb..aeb099e7235c4c8c2dd677aa75a4b0c679fb7db6 100644
--- a/components/sync/driver/fake_sync_client.h
+++ b/components/sync/driver/fake_sync_client.h
@@ -25,6 +25,7 @@ class FakeSyncClient : public SyncClient {
void Initialize() override;
+ base::SequencedWorkerPool* GetBlockingPool() override;
SyncService* GetSyncService() override;
PrefService* GetPrefService() override;
base::FilePath GetLocalSyncBackendFolder() override;
« no previous file with comments | « components/browser_sync/profile_sync_test_util.cc ('k') | components/sync/driver/fake_sync_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698