Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4145)

Unified Diff: chromeos/dbus/mock_cryptohome_client.h

Issue 13818032: Added dbus bindings for new cryptohomed attestation APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/dbus/cryptohome_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/mock_cryptohome_client.h
diff --git a/chromeos/dbus/mock_cryptohome_client.h b/chromeos/dbus/mock_cryptohome_client.h
index 5a683704be82f67143cf1e39b8f6b22bc84ea6a0..2563aac43629a004dcd5a5b816959de12737db8b 100644
--- a/chromeos/dbus/mock_cryptohome_client.h
+++ b/chromeos/dbus/mock_cryptohome_client.h
@@ -120,6 +120,15 @@ class MockCryptohomeClient : public CryptohomeClient {
const std::string& key_name,
const std::string& challenge,
const AsyncMethodCallback& callback));
+ MOCK_METHOD3(TpmAttestationGetKeyPayload,
+ void(AttestationKeyType key_type,
+ const std::string& key_name,
+ const DataMethodCallback& callback));
+ MOCK_METHOD4(TpmAttestationSetKeyPayload,
+ void(AttestationKeyType key_type,
+ const std::string& key_name,
+ const std::string& payload,
+ const BoolDBusMethodCallback& callback));
};
} // namespace chromeos
« no previous file with comments | « chromeos/dbus/cryptohome_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698