diff options
Diffstat (limited to 'chromeos/dbus/fake_cryptohome_client.cc')
-rw-r--r-- | chromeos/dbus/fake_cryptohome_client.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chromeos/dbus/fake_cryptohome_client.cc b/chromeos/dbus/fake_cryptohome_client.cc index df33138..0a54ff0 100644 --- a/chromeos/dbus/fake_cryptohome_client.cc +++ b/chromeos/dbus/fake_cryptohome_client.cc @@ -420,6 +420,14 @@ void FakeCryptohomeClient::AddKeyEx( ReturnProtobufMethodCallback(id.email(), callback); } +void FakeCryptohomeClient::RemoveKeyEx( + const cryptohome::AccountIdentifier& id, + const cryptohome::AuthorizationRequest& auth, + const cryptohome::RemoveKeyRequest& request, + const ProtobufMethodCallback& callback) { + ReturnProtobufMethodCallback(id.email(), callback); +} + void FakeCryptohomeClient::UpdateKeyEx( const cryptohome::AccountIdentifier& id, const cryptohome::AuthorizationRequest& auth, |