| Index: chromeos/dbus/cryptohome_client_stub.cc
|
| diff --git a/chromeos/dbus/cryptohome_client_stub.cc b/chromeos/dbus/cryptohome_client_stub.cc
|
| index 96728a90fb1af88eb29b521029e19b013b12d4d0..9942538c864f0e5865a9322d6d32f337bd39ffc6 100644
|
| --- a/chromeos/dbus/cryptohome_client_stub.cc
|
| +++ b/chromeos/dbus/cryptohome_client_stub.cc
|
| @@ -263,7 +263,9 @@ void CryptohomeClientStubImpl::AsyncTpmAttestationEnroll(
|
| }
|
|
|
| void CryptohomeClientStubImpl::AsyncTpmAttestationCreateCertRequest(
|
| - int options,
|
| + attestation::AttestationCertificateProfile certificate_profile,
|
| + const std::string& user_email,
|
| + const std::string& request_origin,
|
| const AsyncMethodCallback& callback) {
|
| ReturnAsyncMethodResult(callback, true);
|
| }
|
|
|