| 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;
|
|
|
|
|