Index: chromeos/dbus/fake_cryptohome_client.cc |
diff --git a/chromeos/dbus/fake_cryptohome_client.cc b/chromeos/dbus/fake_cryptohome_client.cc |
index 8d7e841c85714ee05693669398a561b7c049d368..7b9af8d52535d7a441727c0086cb647ba0848855 100644 |
--- a/chromeos/dbus/fake_cryptohome_client.cc |
+++ b/chromeos/dbus/fake_cryptohome_client.cc |
@@ -574,6 +574,14 @@ void FakeCryptohomeClient::FlushAndSignBootAttributes( |
ReturnProtobufMethodCallback(reply, callback); |
} |
+void FakeCryptohomeClient::AsyncTpmUpdateFirmwareManagementParameters( |
+ const std::string& method_name, |
+ const google::protobuf::MessageLite& request, |
+ const ProtobufMethodCallback& callback) { |
+ cryptohome::BaseReply reply; |
+ ReturnProtobufMethodCallback(reply, callback); |
+} |
+ |
void FakeCryptohomeClient::SetServiceIsAvailable(bool is_available) { |
service_is_available_ = is_available; |
if (is_available) { |