Index: chromeos/dbus/mock_cryptohome_client.h |
diff --git a/chromeos/dbus/mock_cryptohome_client.h b/chromeos/dbus/mock_cryptohome_client.h |
index 05ae2a7f43a2b2751c15681ea21c9a55d69620f4..86986e642d2feeff91cb02d0323d4fc5f2895871 100644 |
--- a/chromeos/dbus/mock_cryptohome_client.h |
+++ b/chromeos/dbus/mock_cryptohome_client.h |
@@ -92,9 +92,12 @@ class MockCryptohomeClient : public CryptohomeClient { |
MOCK_METHOD2(AsyncTpmAttestationEnroll, |
void(const std::string& pca_response, |
const AsyncMethodCallback& callback)); |
- MOCK_METHOD2(AsyncTpmAttestationCreateCertRequest, |
- void(int options, |
- const AsyncMethodCallback& callback)); |
+ MOCK_METHOD4( |
+ AsyncTpmAttestationCreateCertRequest, |
+ void(attestation::AttestationCertificateProfile certificate_profile, |
+ const std::string& user_email, |
+ const std::string& request_origin, |
+ const AsyncMethodCallback& callback)); |
MOCK_METHOD4(AsyncTpmAttestationFinishCertRequest, |
void(const std::string& pca_response, |
attestation::AttestationKeyType key_type, |