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

Unified Diff: components/sync/test/engine/fake_sync_scheduler.cc

Issue 2475043002: [Sync] Sync client should to exponential backoff when receive partial failure (Closed)
Patch Set: add test Created 4 years, 1 month 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: components/sync/test/engine/fake_sync_scheduler.cc
diff --git a/components/sync/test/engine/fake_sync_scheduler.cc b/components/sync/test/engine/fake_sync_scheduler.cc
index ae8bfba25bdb82e595dce61f6301ba4787441cf9..1b879cba47cf954c6a5db758062983b77117000a 100644
--- a/components/sync/test/engine/fake_sync_scheduler.cc
+++ b/components/sync/test/engine/fake_sync_scheduler.cc
@@ -50,6 +50,8 @@ void FakeSyncScheduler::OnTypesThrottled(
ModelTypeSet types,
const base::TimeDelta& throttle_duration) {}
+void FakeSyncScheduler::OnTypesBackedOff(ModelTypeSet types) {}
+
bool FakeSyncScheduler::IsCurrentlyThrottled() {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698