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

Unified Diff: components/sync/engine/sync_status.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
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | components/sync/engine_impl/all_status.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/sync_status.h
diff --git a/components/sync/engine/sync_status.h b/components/sync/engine/sync_status.h
index 6447415db447979d66eb795c52de702fb5419e59..4fa6de31fd7d21985206b8d69680f7a44423e27f 100644
--- a/components/sync/engine/sync_status.h
+++ b/components/sync/engine/sync_status.h
@@ -81,6 +81,9 @@ struct SyncStatus {
// Per-datatype throttled status.
ModelTypeSet throttled_types;
+ // Per-datatype backed off status.
+ ModelTypeSet backed_off_types;
+
// The unique identifer for the sync store.
std::string sync_id;
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | components/sync/engine_impl/all_status.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698