| Index: chromeos/cryptohome/async_method_caller.cc
|
| diff --git a/chromeos/cryptohome/async_method_caller.cc b/chromeos/cryptohome/async_method_caller.cc
|
| index 92392d9ae0eed87a348f56c758871c61519b87f8..c9af98ab9dddf3ea2c9d91a927a2283c2f35ea1d 100644
|
| --- a/chromeos/cryptohome/async_method_caller.cc
|
| +++ b/chromeos/cryptohome/async_method_caller.cc
|
| @@ -133,11 +133,15 @@ class AsyncMethodCallerImpl : public AsyncMethodCaller {
|
| }
|
|
|
| virtual void AsyncTpmAttestationCreateCertRequest(
|
| - int options,
|
| + chromeos::attestation::AttestationCertificateProfile certificate_profile,
|
| + const std::string& username,
|
| + const std::string& request_origin,
|
| const DataCallback& callback) OVERRIDE {
|
| DBusThreadManager::Get()->GetCryptohomeClient()->
|
| AsyncTpmAttestationCreateCertRequest(
|
| - options,
|
| + certificate_profile,
|
| + username,
|
| + request_origin,
|
| base::Bind(&AsyncMethodCallerImpl::RegisterAsyncDataCallback,
|
| weak_ptr_factory_.GetWeakPtr(),
|
| callback,
|
|
|