chromium/remoting/signaling/message_reception_channel.h

// Copyright 2019 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_SIGNALING_MESSAGE_RECEPTION_CHANNEL_H_
#define REMOTING_SIGNALING_MESSAGE_RECEPTION_CHANNEL_H_

#include <memory>

#include "base/functional/callback_forward.h"
#include "remoting/proto/ftl/v1/ftl_messages.pb.h"

namespace remoting {

class ScopedProtobufHttpRequest;
class ProtobufHttpStatus;

// Interface for starting or closing the server stream to receive messages from
// FTL backend.
class MessageReceptionChannel {};

}  // namespace remoting

#endif  // REMOTING_SIGNALING_MESSAGE_RECEPTION_CHANNEL_H_