Index: chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_chromeos.cc |
diff --git a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_chromeos.cc b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_chromeos.cc |
index f5b0d11a75cee35a8c02d2ccb481c23e4439d875..f40b49c8dc457d60082cc3ded14a6310aabd5710 100644 |
--- a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_chromeos.cc |
+++ b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_chromeos.cc |
@@ -64,6 +64,7 @@ class EasyUnlockPrivateCryptoDelegateChromeOS |
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) OVERRIDE { |
@@ -72,6 +73,7 @@ class EasyUnlockPrivateCryptoDelegateChromeOS |
associated_data, |
public_metadata, |
verification_key_id, |
+ decryption_key_id, |
EncryptionTypeToString(encryption_type), |
SignatureTypeToString(signature_type), |
callback); |