| Index: sync/internal_api/sync_manager.h
|
| diff --git a/sync/internal_api/sync_manager.h b/sync/internal_api/sync_manager.h
|
| index 80cda3f53c37f3b33bdbd0b20c0798a8ef3d884f..3292d1c16cb20a259a8e8ecaeda3cfa101315658 100644
|
| --- a/sync/internal_api/sync_manager.h
|
| +++ b/sync/internal_api/sync_manager.h
|
| @@ -155,6 +155,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;
|
| };
|
|
|