summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/fake_cryptohome_client.cc
diff options
context:
space:
mode:
authorantrim@chromium.org <antrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-26 18:51:35 +0000
committerantrim@chromium.org <antrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-26 18:51:35 +0000
commit1997b429c56216d2aef0aa286f028852743101c9 (patch)
tree860b4a37a97348d7a8f2c50f4bd34ccebe26ff9a /chromeos/dbus/fake_cryptohome_client.cc
parent216990e18572203624f7929dd7fadbb690a97c04 (diff)
downloadchromium_src-1997b429c56216d2aef0aa286f028852743101c9.zip
chromium_src-1997b429c56216d2aef0aa286f028852743101c9.tar.gz
chromium_src-1997b429c56216d2aef0aa286f028852743101c9.tar.bz2
Use actual implementation of RemoveKeyEx in supervised users password change flow.
R=nkostylev@chromium.org BUG=244472 Review URL: https://codereview.chromium.org/210263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259645 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/fake_cryptohome_client.cc')
-rw-r--r--chromeos/dbus/fake_cryptohome_client.cc8
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,