| Index: chromeos/dbus/cryptohome_client_stub.h
|
| diff --git a/chromeos/dbus/cryptohome_client_stub.h b/chromeos/dbus/cryptohome_client_stub.h
|
| index e38925a5ba3df39ffdec5a6f83c23f7b30d09bbe..8192600a3548fb228cf0a6556f262a529ff1b50e 100644
|
| --- a/chromeos/dbus/cryptohome_client_stub.h
|
| +++ b/chromeos/dbus/cryptohome_client_stub.h
|
| @@ -90,7 +90,9 @@ class CryptohomeClientStubImpl : public CryptohomeClient {
|
| const std::string& pca_response,
|
| const AsyncMethodCallback& callback) OVERRIDE;
|
| virtual void AsyncTpmAttestationCreateCertRequest(
|
| - int options,
|
| + attestation::AttestationCertificateProfile certificate_profile,
|
| + const std::string& user_email,
|
| + const std::string& request_origin,
|
| const AsyncMethodCallback& callback) OVERRIDE;
|
| virtual void AsyncTpmAttestationFinishCertRequest(
|
| const std::string& pca_response,
|
|
|