Index: sync/internal_api/sync_manager.h |
diff --git a/sync/internal_api/sync_manager.h b/sync/internal_api/sync_manager.h |
index 2ecbbdcc8b18c97d908dc439e052305266921273..b518151182ab6d0778d2681f15b423d4c4a0b4bb 100644 |
--- a/sync/internal_api/sync_manager.h |
+++ b/sync/internal_api/sync_manager.h |
@@ -153,6 +153,9 @@ class SyncManager { |
bool cryptographer_ready; |
bool crypto_has_pending_keys; |
+ // Per-datatype throttled status. |
+ syncable::ModelTypeSet throttled_types; |
+ |
// The unique identifer for this client. |
std::string unique_id; |
}; |