summaryrefslogtreecommitdiffstats
path: root/sync/engine/all_status.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/engine/all_status.h')
-rw-r--r--sync/engine/all_status.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync/engine/all_status.h b/sync/engine/all_status.h
index e350f57..9649a35 100644
--- a/sync/engine/all_status.h
+++ b/sync/engine/all_status.h
@@ -53,6 +53,9 @@ class AllStatus : public SyncEngineEventListener {
void SetEncryptedTypes(ModelTypeSet types);
void SetCryptographerReady(bool ready);
void SetCryptoHasPendingKeys(bool has_pending_keys);
+ void SetPassphraseType(PassphraseType type);
+ void SetHasKeystoreKey(bool has_keystore_key);
+ void SetKeystoreMigrationTime(const base::Time& migration_time);
void SetUniqueId(const std::string& guid);