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

Unified Diff: chrome/browser/sync/glue/sync_backend_host_mock.cc

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: 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
Index: chrome/browser/sync/glue/sync_backend_host_mock.cc
diff --git a/chrome/browser/sync/glue/sync_backend_host_mock.cc b/chrome/browser/sync/glue/sync_backend_host_mock.cc
index f3b58cf3cc5538038f8bd3980061b3e8fdef5f22..232ce7237ce62f34eba8125077879479cdd8e668 100644
--- a/chrome/browser/sync/glue/sync_backend_host_mock.cc
+++ b/chrome/browser/sync/glue/sync_backend_host_mock.cc
@@ -37,6 +37,8 @@ void SyncBackendHostMock::Initialize(
!fail_initial_download_);
}
+void SyncBackendHostMock::TriggerRefresh(const syncer::ModelTypeSet& types) {}
+
void SyncBackendHostMock::UpdateCredentials(
const syncer::SyncCredentials& credentials) {}

Powered by Google App Engine
This is Rietveld 408576698