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

Unified Diff: components/sync_driver/fake_sync_service.h

Issue 1418513005: [sync] Set up notification-free infra for triggering local sync refresh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Response to review Created 5 years, 2 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/profile_sync_service.cc ('k') | components/sync_driver/fake_sync_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/fake_sync_service.h
diff --git a/components/sync_driver/fake_sync_service.h b/components/sync_driver/fake_sync_service.h
index 441b0673afe7c358b1c6a40c623595ee4cf09f00..10fe104efc80f6bcda65d5be7286b54dd743e3ae 100644
--- a/components/sync_driver/fake_sync_service.h
+++ b/components/sync_driver/fake_sync_service.h
@@ -29,6 +29,7 @@ class FakeSyncService : public sync_driver::SyncService {
bool HasSyncSetupCompleted() const override;
bool IsSyncAllowed() const override;
bool IsSyncActive() const override;
+ void TriggerRefresh(const syncer::ModelTypeSet& types) override;
syncer::ModelTypeSet GetActiveDataTypes() const override;
SyncClient* GetSyncClient() const override;
void AddObserver(SyncServiceObserver* observer) override;
« no previous file with comments | « chrome/browser/sync/profile_sync_service.cc ('k') | components/sync_driver/fake_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698