Index: chromeos/dbus/fake_cryptohome_client.cc |
diff --git a/chromeos/dbus/fake_cryptohome_client.cc b/chromeos/dbus/fake_cryptohome_client.cc |
index d13c0f7317436241a3b5f3cd427f1b33108be7bc..c5df786fac99195a204a1a8710f5c079f5d0cb05 100644 |
--- a/chromeos/dbus/fake_cryptohome_client.cc |
+++ b/chromeos/dbus/fake_cryptohome_client.cc |
@@ -295,7 +295,9 @@ bool FakeCryptohomeClient::CallTpmClearStoredPasswordAndBlock() { |
} |
void FakeCryptohomeClient::AsyncTpmAttestationCreateCertRequest( |
- int options, |
+ attestation::AttestationCertificateProfile certificate_profile, |
+ const std::string& user_email, |
+ const std::string& request_origin, |
const AsyncMethodCallback& callback) { |
} |