#ifndef CHROME_BROWSER_UI_WEBUI_LOCATION_INTERNALS_LOCATION_INTERNALS_MOJOM_H_
#define CHROME_BROWSER_UI_WEBUI_LOCATION_INTERNALS_LOCATION_INTERNALS_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 "chrome/browser/ui/webui/location_internals/location_internals.mojom-features.h"
#include "chrome/browser/ui/webui/location_internals/location_internals.mojom-shared.h"
#include "chrome/browser/ui/webui/location_internals/location_internals.mojom-forward.h"
#include "services/device/public/mojom/geolocation_internals.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"
namespace mojom {
class LocationInternalsHandlerProxy;
template <typename ImplRefTraits>
class LocationInternalsHandlerStub;
class LocationInternalsHandlerRequestValidator;
class LocationInternalsHandler
: public LocationInternalsHandlerInterfaceBase { … };
class LocationInternalsHandlerProxy
: public LocationInternalsHandler { … };
class LocationInternalsHandlerStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<LocationInternalsHandler>>
class LocationInternalsHandlerStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
LocationInternalsHandlerStub() = default;
~LocationInternalsHandlerStub() 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 LocationInternalsHandlerRequestValidator : public mojo::MessageReceiver { … };
}
namespace mojo {
}
#endif