diff options
Diffstat (limited to 'sync/internal_api/public/engine/sync_status.h')
-rw-r--r-- | sync/internal_api/public/engine/sync_status.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sync/internal_api/public/engine/sync_status.h b/sync/internal_api/public/engine/sync_status.h index dfd9603..3b9229f 100644 --- a/sync/internal_api/public/engine/sync_status.h +++ b/sync/internal_api/public/engine/sync_status.h @@ -9,6 +9,7 @@ #include "sync/base/sync_export.h" #include "sync/internal_api/public/base/model_type.h" +#include "sync/internal_api/public/sync_encryption_handler.h" #include "sync/protocol/sync_protocol_error.h" namespace syncer { @@ -84,6 +85,9 @@ struct SYNC_EXPORT SyncStatus { ModelTypeSet encrypted_types; bool cryptographer_ready; bool crypto_has_pending_keys; + bool has_keystore_key; + base::Time keystore_migration_time; + PassphraseType passphrase_type; // Per-datatype throttled status. ModelTypeSet throttled_types; |