// Copyright 2018 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_ACTION_MESSAGE_HANDLER_H_ #define REMOTING_HOST_ACTION_MESSAGE_HANDLER_H_ #include <memory> #include <string> #include <vector> #include "base/containers/flat_set.h" #include "remoting/proto/action.pb.h" #include "remoting/protocol/named_message_pipe_handler.h" namespace remoting { class ActionExecutor; constexpr char kActionDataChannelPrefix[] = …; class ActionMessageHandler : public protocol::NamedMessagePipeHandler { … }; } // namespace remoting #endif // REMOTING_HOST_ACTION_MESSAGE_HANDLER_H_