#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_WORKER_DEDICATED_WORKER_HOST_FACTORY_MOJOM_BLINK_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_WORKER_DEDICATED_WORKER_HOST_FACTORY_MOJOM_BLINK_H_
#include <stdint.h>
#include <limits>
#include <optional>
#include <type_traits>
#include <utility>
#include "base/types/cxx23_to_underlying.h"
#include "mojo/public/cpp/bindings/clone_traits.h"
#include "mojo/public/cpp/bindings/equals_traits.h"
#include "mojo/public/cpp/bindings/lib/serialization.h"
#include "mojo/public/cpp/bindings/struct_ptr.h"
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "mojo/public/cpp/bindings/union_traits.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "third_party/blink/public/mojom/worker/dedicated_worker_host_factory.mojom-features.h"
#include "third_party/blink/public/mojom/worker/dedicated_worker_host_factory.mojom-shared.h"
#include "third_party/blink/public/mojom/worker/dedicated_worker_host_factory.mojom-blink-forward.h"
#include "services/network/public/mojom/cross_origin_embedder_policy.mojom-blink.h"
#include "services/network/public/mojom/fetch_api.mojom-blink-forward.h"
#include "services/network/public/mojom/storage_access_api.mojom-blink.h"
#include "third_party/blink/public/mojom/blob/blob_url_store.mojom-blink-forward.h"
#include "third_party/blink/public/mojom/browser_interface_broker.mojom-blink-forward.h"
#include "third_party/blink/public/mojom/loader/fetch_client_settings_object.mojom-blink-forward.h"
#include "third_party/blink/public/mojom/worker/subresource_loader_updater.mojom-blink-forward.h"
#include "third_party/blink/public/mojom/loader/url_loader_factory_bundle.mojom-blink.h"
#include "third_party/blink/public/mojom/worker/dedicated_worker_host.mojom-blink-forward.h"
#include "third_party/blink/public/mojom/worker/worker_main_script_load_params.mojom-blink-forward.h"
#include "third_party/blink/public/mojom/service_worker/controller_service_worker.mojom-blink-forward.h"
#include "third_party/blink/public/mojom/service_worker/service_worker_container.mojom-blink-forward.h"
#include "third_party/blink/public/mojom/tokens/tokens.mojom-blink.h"
#include "third_party/blink/public/mojom/frame/back_forward_cache_controller.mojom-blink-forward.h"
#include "url/mojom/url.mojom-blink.h"
#include "url/mojom/origin.mojom-blink.h"
#include "mojo/public/cpp/bindings/lib/wtf_clone_equals_util.h"
#include "mojo/public/cpp/bindings/lib/wtf_hash_util.h"
#include "third_party/blink/renderer/platform/wtf/hash_functions.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
#include "mojo/public/cpp/bindings/lib/control_message_handler.h"
#include "mojo/public/cpp/bindings/lib/message_size_estimator.h"
#include "mojo/public/cpp/bindings/raw_ptr_impl_ref_traits.h"
#include "third_party/blink/renderer/core/core_export.h"
namespace blink::mojom::blink {
class DedicatedWorkerHostFactoryClientProxy;
template <typename ImplRefTraits>
class DedicatedWorkerHostFactoryClientStub;
class DedicatedWorkerHostFactoryClientRequestValidator;
class CORE_EXPORT DedicatedWorkerHostFactoryClient
: public DedicatedWorkerHostFactoryClientInterfaceBase { … };
class DedicatedWorkerHostFactoryProxy;
template <typename ImplRefTraits>
class DedicatedWorkerHostFactoryStub;
class DedicatedWorkerHostFactoryRequestValidator;
class DedicatedWorkerHostFactoryResponseValidator;
class CORE_EXPORT DedicatedWorkerHostFactory
: public DedicatedWorkerHostFactoryInterfaceBase { … };
class CORE_EXPORT DedicatedWorkerHostFactoryClientProxy
: public DedicatedWorkerHostFactoryClient { … };
class CORE_EXPORT DedicatedWorkerHostFactoryProxy
: public DedicatedWorkerHostFactory { … };
class CORE_EXPORT DedicatedWorkerHostFactoryClientStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<DedicatedWorkerHostFactoryClient>>
class DedicatedWorkerHostFactoryClientStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
DedicatedWorkerHostFactoryClientStub() = default;
~DedicatedWorkerHostFactoryClientStub() override = default;
void set_sink(ImplPointerType sink) { … }
ImplPointerType& sink() { … }
bool Accept(mojo::Message* message) override { … }
bool AcceptWithResponder(
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override { … }
private:
ImplPointerType sink_;
};
class CORE_EXPORT DedicatedWorkerHostFactoryStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<DedicatedWorkerHostFactory>>
class DedicatedWorkerHostFactoryStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
DedicatedWorkerHostFactoryStub() = default;
~DedicatedWorkerHostFactoryStub() override = default;
void set_sink(ImplPointerType sink) { … }
ImplPointerType& sink() { … }
bool Accept(mojo::Message* message) override { … }
bool AcceptWithResponder(
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override { … }
private:
ImplPointerType sink_;
};
class CORE_EXPORT DedicatedWorkerHostFactoryClientRequestValidator : public mojo::MessageReceiver { … };
class CORE_EXPORT DedicatedWorkerHostFactoryRequestValidator : public mojo::MessageReceiver { … };
class CORE_EXPORT DedicatedWorkerHostFactoryResponseValidator : public mojo::MessageReceiver { … };
}
namespace mojo {
}
#endif