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

Unified Diff: chromeos/dbus/fake_cryptohome_client.h

Issue 2727713003: Update FWMP in TPM (Closed)
Patch Set: Fixed review comments Created 3 years, 9 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
Index: chromeos/dbus/fake_cryptohome_client.h
diff --git a/chromeos/dbus/fake_cryptohome_client.h b/chromeos/dbus/fake_cryptohome_client.h
index 1173e223ea6837d3923d893353c67d1b3c05cb6c..93128d70e745fda29b890c8d8eb348525c5259a4 100644
--- a/chromeos/dbus/fake_cryptohome_client.h
+++ b/chromeos/dbus/fake_cryptohome_client.h
@@ -195,6 +195,12 @@ class CHROMEOS_EXPORT FakeCryptohomeClient : public CryptohomeClient {
void FlushAndSignBootAttributes(
const cryptohome::FlushAndSignBootAttributesRequest& request,
const ProtobufMethodCallback& callback) override;
+ void RemoveFirmwareManagementParametersInTpm(
+ const cryptohome::RemoveFirmwareManagementParametersRequest& request,
+ const ProtobufMethodCallback& callback) override;
+ void SetFirmwareManagementParametersInTpm(
+ const cryptohome::SetFirmwareManagementParametersRequest& request,
+ const ProtobufMethodCallback& callback) override;
// Changes the behavior of WaitForServiceToBeAvailable(). This method runs
// pending callbacks if is_available is true.

Powered by Google App Engine
This is Rietveld 408576698