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..6010cb21a5f5e1047eeaf92dabb9d2b8c2ce33e6 100644 |
--- a/chromeos/dbus/fake_cryptohome_client.h |
+++ b/chromeos/dbus/fake_cryptohome_client.h |
@@ -196,6 +196,11 @@ class CHROMEOS_EXPORT FakeCryptohomeClient : public CryptohomeClient { |
const cryptohome::FlushAndSignBootAttributesRequest& request, |
const ProtobufMethodCallback& callback) override; |
+ void AsyncTpmUpdateFirmwareManagementParameters( |
+ const std::string& method_name, |
+ const google::protobuf::MessageLite& 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); |