| Index: chromeos/dbus/fake_cryptohome_client.h
|
| diff --git a/chromeos/dbus/fake_cryptohome_client.h b/chromeos/dbus/fake_cryptohome_client.h
|
| index a4e5bfb5ce3b772082147dc3cdc2b8a976ea4641..e254648adf59aa363adaf6132f9fd680a3e5841d 100644
|
| --- a/chromeos/dbus/fake_cryptohome_client.h
|
| +++ b/chromeos/dbus/fake_cryptohome_client.h
|
| @@ -91,7 +91,9 @@ class FakeCryptohomeClient : 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,
|
|
|