| Index: chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate.h
|
| diff --git a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate.h b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate.h
|
| index 5053a9928c7eba3002ae3fda2d0a5a927ff80078..5e459b3d591ef0465552bb62e51910a2186b69f3 100644
|
| --- a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate.h
|
| +++ b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate.h
|
| @@ -41,6 +41,7 @@ class EasyUnlockPrivateCryptoDelegate {
|
| const std::string& associated_data,
|
| const std::string& public_metadata,
|
| const std::string& verification_key_id,
|
| + const std::string& decryption_key_id,
|
| easy_unlock_private::EncryptionType encryption_type,
|
| easy_unlock_private::SignatureType signature_type,
|
| const DataCallback& callback) = 0;
|
|
|