#ifndef CONTENT_COMMON_DOM_AUTOMATION_CONTROLLER_MOJOM_H_
#define CONTENT_COMMON_DOM_AUTOMATION_CONTROLLER_MOJOM_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 "content/common/dom_automation_controller.mojom-features.h"
#include "content/common/dom_automation_controller.mojom-shared.h"
#include "content/common/dom_automation_controller.mojom-forward.h"
#include <string>
#include <vector>
#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 "content/common/content_export.h"
namespace content::mojom {
class DomAutomationControllerHostProxy;
template <typename ImplRefTraits>
class DomAutomationControllerHostStub;
class DomAutomationControllerHostRequestValidator;
class CONTENT_EXPORT DomAutomationControllerHost
: public DomAutomationControllerHostInterfaceBase { … };
class CONTENT_EXPORT DomAutomationControllerHostProxy
: public DomAutomationControllerHost { … };
class CONTENT_EXPORT DomAutomationControllerHostStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<DomAutomationControllerHost>>
class DomAutomationControllerHostStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
DomAutomationControllerHostStub() = default;
~DomAutomationControllerHostStub() 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 CONTENT_EXPORT DomAutomationControllerHostRequestValidator : public mojo::MessageReceiver { … };
}
namespace mojo {
}
#endif