Index: chromeos/cryptohome/async_method_caller.cc |
diff --git a/chromeos/cryptohome/async_method_caller.cc b/chromeos/cryptohome/async_method_caller.cc |
index 65060674758d8fb4211801382ab7664a1cbbe511..24781829bf72f361c15c07effebb2859b9f06bbd 100644 |
--- a/chromeos/cryptohome/async_method_caller.cc |
+++ b/chromeos/cryptohome/async_method_caller.cc |
@@ -158,6 +158,7 @@ class AsyncMethodCallerImpl : public 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) OVERRIDE { |
DBusThreadManager::Get()->GetCryptohomeClient()-> |
@@ -166,6 +167,7 @@ class AsyncMethodCallerImpl : public AsyncMethodCaller { |
key_name, |
domain, |
device_id, |
+ options, |
challenge, |
base::Bind( |
&AsyncMethodCallerImpl::RegisterAsyncDataCallback, |