blob: 9dc387eb35938a2c9fbb1d3a16b15265469047ce [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_MIRRORING_MOJOM_CAST_MESSAGE_CHANNEL_MOJOM_BLINK_FORWARD_H_
#define COMPONENTS_MIRRORING_MOJOM_CAST_MESSAGE_CHANNEL_MOJOM_BLINK_FORWARD_H_
#include "mojo/public/cpp/bindings/struct_ptr.h"
#include "mojo/public/cpp/bindings/associated_interface_ptr.h"
#include "mojo/public/cpp/bindings/associated_interface_ptr_info.h"
#include "mojo/public/cpp/bindings/associated_interface_request.h"
#include "mojo/public/cpp/bindings/interface_ptr.h"
#include "mojo/public/cpp/bindings/interface_request.h"
#include "mojo/public/cpp/bindings/lib/control_message_handler.h"
#include "mojo/public/cpp/bindings/pending_associated_receiver.h"
#include "mojo/public/cpp/bindings/pending_associated_remote.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
#include "mojo/public/cpp/bindings/raw_ptr_impl_ref_traits.h"
#include "mojo/public/cpp/bindings/thread_safe_interface_ptr.h"
#include "mojo/public/cpp/bindings/lib/native_enum_serialization.h"
#include "mojo/public/cpp/bindings/lib/native_struct_serialization.h"
#ifdef KYTHE_IS_RUNNING
#pragma kythe_inline_metadata "Metadata comment"
#endif
namespace mirroring {
namespace mojom {
} // namespace mirroring
} // namespace mojom
namespace mirroring {
namespace mojom {
namespace blink {
// @generated_from: mirroring.mojom.kRemotingNamespace
extern const char kRemotingNamespace[];
// @generated_from: mirroring.mojom.kWebRtcNamespace
extern const char kWebRtcNamespace[];
class CastMessage;
using CastMessagePtr = mojo::InlinedStructPtr<CastMessage>;
class CastMessageChannel;
// @generated_from: mirroring.mojom.CastMessageChannel
using CastMessageChannelPtr = mojo::InterfacePtr<CastMessageChannel>;
using CastMessageChannelPtrInfo = mojo::InterfacePtrInfo<CastMessageChannel>;
using ThreadSafeCastMessageChannelPtr =
mojo::ThreadSafeInterfacePtr<CastMessageChannel>;
// @generated_from: mirroring.mojom.CastMessageChannel
using CastMessageChannelRequest = mojo::InterfaceRequest<CastMessageChannel>;
// @generated_from: mirroring.mojom.CastMessageChannel
using CastMessageChannelAssociatedPtr =
mojo::AssociatedInterfacePtr<CastMessageChannel>;
using ThreadSafeCastMessageChannelAssociatedPtr =
mojo::ThreadSafeAssociatedInterfacePtr<CastMessageChannel>;
using CastMessageChannelAssociatedPtrInfo =
mojo::AssociatedInterfacePtrInfo<CastMessageChannel>;
// @generated_from: mirroring.mojom.CastMessageChannel
using CastMessageChannelAssociatedRequest =
mojo::AssociatedInterfaceRequest<CastMessageChannel>;
} // namespace blink
} // namespace mojom
} // namespace mirroring
#endif // COMPONENTS_MIRRORING_MOJOM_CAST_MESSAGE_CHANNEL_MOJOM_BLINK_FORWARD_H_