diff options
Diffstat (limited to 'chromeos/cryptohome/async_method_caller.h')
-rw-r--r-- | chromeos/cryptohome/async_method_caller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromeos/cryptohome/async_method_caller.h b/chromeos/cryptohome/async_method_caller.h index ff62748..0957397 100644 --- a/chromeos/cryptohome/async_method_caller.h +++ b/chromeos/cryptohome/async_method_caller.h @@ -133,6 +133,7 @@ class CHROMEOS_EXPORT AsyncMethodCaller { const std::string& key_name, const std::string& domain, const std::string& device_id, + chromeos::CryptohomeClient::AttestationChallengeOptions options, const std::string& challenge, const DataCallback& callback) = 0; |