| Index: chromeos/dbus/fake_cryptohome_client.h
|
| diff --git a/chromeos/dbus/fake_cryptohome_client.h b/chromeos/dbus/fake_cryptohome_client.h
|
| index e84069700593de712c77891a0e9a61b43528bfe6..1bc81efe5c4f77507070300e934a4e3d761f1de2 100644
|
| --- a/chromeos/dbus/fake_cryptohome_client.h
|
| +++ b/chromeos/dbus/fake_cryptohome_client.h
|
| @@ -88,7 +88,9 @@ class FakeCryptohomeClient : public CryptohomeClient {
|
| const std::string& pca_response,
|
| const AsyncMethodCallback& callback) OVERRIDE;
|
| virtual void AsyncTpmAttestationCreateCertRequest(
|
| - int options,
|
| + int certificate_profile,
|
| + const std::string& user_email,
|
| + const std::string& request_origin,
|
| const AsyncMethodCallback& callback) OVERRIDE;
|
| virtual void AsyncTpmAttestationFinishCertRequest(
|
| const std::string& pca_response,
|
|
|