Index: sync/engine/all_status.h |
diff --git a/sync/engine/all_status.h b/sync/engine/all_status.h |
index e350f57c1bd59bc4de761cdf34e4459435bdd8b4..fdb51ef0a947824005ba00291a577118b87bfd20 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(const std::string& type); |
+ void SetHasKeystoreKey(bool has_keystore_key); |
+ void SetKeystoreMigrationTime(const std::string& migration_time); |
void SetUniqueId(const std::string& guid); |