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..49cd6c059cf6e10d8077b68b488c20f4a31062b4 100644 |
--- a/chromeos/dbus/fake_cryptohome_client.h |
+++ b/chromeos/dbus/fake_cryptohome_client.h |
@@ -196,6 +196,14 @@ class CHROMEOS_EXPORT FakeCryptohomeClient : public CryptohomeClient { |
const cryptohome::FlushAndSignBootAttributesRequest& request, |
const ProtobufMethodCallback& callback) override; |
Daniel Erat
2017/03/09 22:15:23
nit: delete the blank line here and below so all t
igorcov
2017/03/10 11:05:45
Done.
|
+ 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. |
void SetServiceIsAvailable(bool is_available); |