Index: chromeos/dbus/fake_cryptohome_client.cc |
diff --git a/chromeos/dbus/fake_cryptohome_client.cc b/chromeos/dbus/fake_cryptohome_client.cc |
index 8d43a0dd03d058b47624630d172cf7ee397c05ca..c5ad72952c2ea11257f8ba92afb808cb09022c22 100644 |
--- a/chromeos/dbus/fake_cryptohome_client.cc |
+++ b/chromeos/dbus/fake_cryptohome_client.cc |
@@ -460,6 +460,16 @@ void FakeCryptohomeClient::TpmAttestationDeleteKeys( |
FROM_HERE, base::Bind(callback, DBUS_METHOD_CALL_SUCCESS, false)); |
} |
+void FakeCryptohomeClient::GetKeyDataEx( |
+ const cryptohome::AccountIdentifier& id, |
+ const cryptohome::AuthorizationRequest& auth, |
+ const cryptohome::GetKeyDataRequest& request, |
+ const ProtobufMethodCallback& callback) { |
+ cryptohome::BaseReply reply; |
+ reply.MutableExtension(cryptohome::GetKeyDataReply::reply); |
+ ReturnProtobufMethodCallback(reply, callback); |
+} |
+ |
void FakeCryptohomeClient::CheckKeyEx( |
const cryptohome::AccountIdentifier& id, |
const cryptohome::AuthorizationRequest& auth, |