| Index: chromeos/cryptohome/async_method_caller.cc
|
| diff --git a/chromeos/cryptohome/async_method_caller.cc b/chromeos/cryptohome/async_method_caller.cc
|
| index 80c88783fc67fdbde30e6fea1b4af70f4176451d..0172fba2aac07b85c2503de4980e860828a32c3b 100644
|
| --- a/chromeos/cryptohome/async_method_caller.cc
|
| +++ b/chromeos/cryptohome/async_method_caller.cc
|
| @@ -122,11 +122,15 @@ class AsyncMethodCallerImpl : public AsyncMethodCaller {
|
| }
|
|
|
| virtual void AsyncTpmAttestationCreateCertRequest(
|
| - int options,
|
| + int 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,
|
|
|