summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/mock_cryptohome_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/mock_cryptohome_client.h')
-rw-r--r--chromeos/dbus/mock_cryptohome_client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromeos/dbus/mock_cryptohome_client.h b/chromeos/dbus/mock_cryptohome_client.h
index b3e9b06..d72d3f4 100644
--- a/chromeos/dbus/mock_cryptohome_client.h
+++ b/chromeos/dbus/mock_cryptohome_client.h
@@ -42,6 +42,10 @@ class MockCryptohomeClient : public CryptohomeClient {
const std::string& key,
int flags,
const AsyncMethodCallback& callback));
+ MOCK_METHOD4(AsyncAddKey, void(const std::string& username,
+ const std::string& key,
+ const std::string& new_key,
+ const AsyncMethodCallback& callback));
MOCK_METHOD1(AsyncMountGuest,
void(const AsyncMethodCallback& callback));
MOCK_METHOD1(TpmIsReady, void(const BoolDBusMethodCallback& callback));