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