chromium/components/cast_streaming/browser/control/remoting/rpc_initialization_call_handler_base.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/cast_streaming/browser/control/remoting/rpc_initialization_call_handler_base.h"

#include "base/functional/bind.h"
#include "media/cast/openscreen/remoting_message_factories.h"
#include "third_party/openscreen/src/cast/streaming/remoting.pb.h"

namespace cast_streaming::remoting {

RpcInitializationCallHandlerBase::RpcInitializationCallHandlerBase(
    RpcProcessMessageCB message_processor)
    :{}

RpcInitializationCallHandlerBase::~RpcInitializationCallHandlerBase() = default;

void RpcInitializationCallHandlerBase::OnRpcAcquireRenderer(
    openscreen::cast::RpcMessenger::Handle handle) {}

void RpcInitializationCallHandlerBase::OnAcquireRendererDone(
    openscreen::cast::RpcMessenger::Handle sender_handle,
    openscreen::cast::RpcMessenger::Handle receiver_handle) {}

}  // namespace cast_streaming::remoting