// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef REMOTING_HOST_SECURITY_KEY_SECURITY_KEY_MESSAGE_READER_H_ #define REMOTING_HOST_SECURITY_KEY_SECURITY_KEY_MESSAGE_READER_H_ #include "base/functional/callback_forward.h" #include "remoting/host/security_key/security_key_message.h" namespace remoting { // Interface used for listening for security key messages and notifying // listeners when one is received. class SecurityKeyMessageReader { … }; } // namespace remoting #endif // REMOTING_HOST_SECURITY_KEY_SECURITY_KEY_MESSAGE_READER_H_