Index: chromeos/dbus/mock_cryptohome_client.h |
diff --git a/chromeos/dbus/mock_cryptohome_client.h b/chromeos/dbus/mock_cryptohome_client.h |
index df8b8490a444619d62941dae891b8d43ee0ee6b8..5a683704be82f67143cf1e39b8f6b22bc84ea6a0 100644 |
--- a/chromeos/dbus/mock_cryptohome_client.h |
+++ b/chromeos/dbus/mock_cryptohome_client.h |
@@ -107,11 +107,12 @@ class MockCryptohomeClient : public CryptohomeClient { |
void(AttestationKeyType key_type, |
const std::string& key_name, |
const AsyncMethodCallback& callback)); |
- MOCK_METHOD6(TpmAttestationSignEnterpriseChallenge, |
+ MOCK_METHOD7(TpmAttestationSignEnterpriseChallenge, |
void(AttestationKeyType key_type, |
const std::string& key_name, |
const std::string& domain, |
const std::string& device_id, |
+ AttestationChallengeOptions options, |
const std::string& challenge, |
const AsyncMethodCallback& callback)); |
MOCK_METHOD4(TpmAttestationSignSimpleChallenge, |