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

Unified Diff: components/sync/engine_impl/sync_engine_event_listener.h

Issue 2475043002: [Sync] Sync client should to exponential backoff when receive partial failure (Closed)
Patch Set: rebase 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_engine_event_listener.h
diff --git a/components/sync/engine_impl/sync_engine_event_listener.h b/components/sync/engine_impl/sync_engine_event_listener.h
index 240a05474e18826ec739ef3bfff86ab974c21626..d9f4393469a27f580c87ac7e28d2557cdb8c7e98 100644
--- a/components/sync/engine_impl/sync_engine_event_listener.h
+++ b/components/sync/engine_impl/sync_engine_event_listener.h
@@ -33,6 +33,9 @@ class SyncEngineEventListener {
// This event is sent when types are throttled or unthrottled.
virtual void OnThrottledTypesChanged(ModelTypeSet throttled_types) = 0;
+ // This event is sent when types are backed off or unbacked off.
+ virtual void OnBackedOffTypesChanged(ModelTypeSet backed_off_types) = 0;
+
// This event is sent when the server requests a migration.
virtual void OnMigrationRequested(ModelTypeSet migration_types) = 0;
« no previous file with comments | « components/sync/engine_impl/get_updates_processor.cc ('k') | components/sync/engine_impl/sync_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698