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

Unified Diff: components/sync/engine_impl/sync_manager_impl.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/engine_impl/sync_manager_impl.cc
diff --git a/components/sync/engine_impl/sync_manager_impl.cc b/components/sync/engine_impl/sync_manager_impl.cc
index 06720a0318cd330c99eae2c460fe70087c2c9989..7a3466d019f9677252cc1452e80be7f5d712afa6 100644
--- a/components/sync/engine_impl/sync_manager_impl.cc
+++ b/components/sync/engine_impl/sync_manager_impl.cc
@@ -855,6 +855,8 @@ void SyncManagerImpl::OnRetryTimeChanged(base::Time) {}
void SyncManagerImpl::OnThrottledTypesChanged(ModelTypeSet) {}
+void SyncManagerImpl::OnBackedOffTypesChanged(ModelTypeSet) {}
+
void SyncManagerImpl::OnMigrationRequested(ModelTypeSet types) {
for (auto& observer : observers_) {
observer.OnMigrationRequested(types);

Powered by Google App Engine
This is Rietveld 408576698