// ui/webui/resources/cr_components/composebox/composebox.mojom-data-view.h is auto generated by mojom_bindings_generator.py, do not edit

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

// This file defines XDataView for type traits and can be included in
// _mojom_traits.h definitions but otherwise please use .mojom-forward.h,
// .mojom-shared.h or .mojom.h.

// IWYU pragma: private
// IWYU pragma: friend "traits"

#ifndef UI_WEBUI_RESOURCES_CR_COMPONENTS_COMPOSEBOX_COMPOSEBOX_MOJOM_DATA_VIEW_H_
#define UI_WEBUI_RESOURCES_CR_COMPONENTS_COMPOSEBOX_COMPOSEBOX_MOJOM_DATA_VIEW_H_

#include <stdint.h>

#include <functional>
#include <iosfwd>
#include <type_traits>
#include <utility>

#include "ui/webui/resources/cr_components/composebox/composebox.mojom-shared-internal.h"
#include "components/omnibox/browser/searchbox.mojom-shared.h"
#include "url/mojom/url.mojom-shared.h"


namespace composebox::mojom {


}  // composebox::mojom


namespace mojo {
namespace internal {

}  // namespace internal
}  // namespace mojo


namespace composebox::mojom {


enum class LensOverlayDismissalSource : int32_t {
  
  kContextualTasksImageUploadsDisabled = 0,
  kMinValue = 0,
  kMaxValue = 0,
};

 std::ostream& operator<<(std::ostream& os, LensOverlayDismissalSource value);
inline bool IsKnownEnumValue(LensOverlayDismissalSource value) {
  return internal::LensOverlayDismissalSource_Data::IsKnownValue(
      static_cast<int32_t>(value));
}

// Returns true if the enum has an infallible conversion from the mojom enum.
consteval bool HasInfallibleConversion(LensOverlayDismissalSource) {
  return true;
}
// Interface base classes. They are used for type safety check.
class PageHandlerFactoryInterfaceBase {};

using PageHandlerFactoryPtrDataView =
    mojo::InterfacePtrDataView<PageHandlerFactoryInterfaceBase>;
using PageHandlerFactoryRequestDataView =
    mojo::InterfaceRequestDataView<PageHandlerFactoryInterfaceBase>;
using PageHandlerFactoryAssociatedPtrInfoDataView =
    mojo::AssociatedInterfacePtrInfoDataView<PageHandlerFactoryInterfaceBase>;
using PageHandlerFactoryAssociatedRequestDataView =
    mojo::AssociatedInterfaceRequestDataView<PageHandlerFactoryInterfaceBase>;
class PageHandlerInterfaceBase {};

using PageHandlerPtrDataView =
    mojo::InterfacePtrDataView<PageHandlerInterfaceBase>;
using PageHandlerRequestDataView =
    mojo::InterfaceRequestDataView<PageHandlerInterfaceBase>;
using PageHandlerAssociatedPtrInfoDataView =
    mojo::AssociatedInterfacePtrInfoDataView<PageHandlerInterfaceBase>;
using PageHandlerAssociatedRequestDataView =
    mojo::AssociatedInterfaceRequestDataView<PageHandlerInterfaceBase>;


}  // composebox::mojom

#endif  // UI_WEBUI_RESOURCES_CR_COMPONENTS_COMPOSEBOX_COMPOSEBOX_MOJOM_DATA_VIEW_H_