| Index: sync/sessions/model_type_registry.h
|
| diff --git a/sync/sessions/model_type_registry.h b/sync/sessions/model_type_registry.h
|
| index ccfc117b29a16cf3d4138cbb2bcc11382dae8adc..53c0d99bbe4252f91e3061cefd8ecd1d533c324d 100644
|
| --- a/sync/sessions/model_type_registry.h
|
| +++ b/sync/sessions/model_type_registry.h
|
| @@ -83,6 +83,8 @@ class SYNC_EXPORT_PRIVATE ModelTypeRegistry
|
| void OnCryptographerStateChanged(Cryptographer* cryptographer) override;
|
| void OnPassphraseTypeChanged(PassphraseType type,
|
| base::Time passphrase_time) override;
|
| + void OnLocalSetPassphraseEncryption(
|
| + const SyncEncryptionHandler::NigoriState& nigori_state) override;
|
|
|
| // Gets the set of enabled types.
|
| ModelTypeSet GetEnabledTypes() const;
|
|
|