#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_CONTENT_INDEX_CONTENT_INDEX_MOJOM_PARAMS_DATA_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_CONTENT_INDEX_CONTENT_INDEX_MOJOM_PARAMS_DATA_H_
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/buffer.h"
#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-private-field"
#endif
namespace mojo::internal {
class ValidationContext;
}
namespace blink::mojom {
namespace internal {
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) ContentIndexService_GetIconSizes_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) ContentIndexService_GetIconSizes_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) ContentIndexService_CheckOfflineCapability_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) ContentIndexService_CheckOfflineCapability_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) ContentIndexService_Add_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) ContentIndexService_Add_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) ContentIndexService_Delete_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) ContentIndexService_Delete_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) ContentIndexService_GetDescriptions_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) ContentIndexService_GetDescriptions_ResponseParams_Data { … };
static_assert …;
}
class ContentIndexService_GetIconSizes_ParamsDataView { … };
class ContentIndexService_GetIconSizes_ResponseParamsDataView { … };
class ContentIndexService_CheckOfflineCapability_ParamsDataView { … };
class ContentIndexService_CheckOfflineCapability_ResponseParamsDataView { … };
class ContentIndexService_Add_ParamsDataView { … };
class ContentIndexService_Add_ResponseParamsDataView { … };
class ContentIndexService_Delete_ParamsDataView { … };
class ContentIndexService_Delete_ResponseParamsDataView { … };
class ContentIndexService_GetDescriptions_ParamsDataView { … };
class ContentIndexService_GetDescriptions_ResponseParamsDataView { … };
inline void ContentIndexService_GetIconSizes_ResponseParamsDataView::GetIconSizesDataView(
mojo::ArrayDataView<::gfx::mojom::SizeDataView>* output) { … }
inline void ContentIndexService_CheckOfflineCapability_ParamsDataView::GetLaunchUrlDataView(
::url::mojom::UrlDataView* output) { … }
inline void ContentIndexService_Add_ParamsDataView::GetDescriptionDataView(
ContentDescriptionDataView* output) { … }
inline void ContentIndexService_Add_ParamsDataView::GetIconDataView(
mojo::ArrayDataView<::skia::mojom::BitmapN32DataView>* output) { … }
inline void ContentIndexService_Add_ParamsDataView::GetLaunchUrlDataView(
::url::mojom::UrlDataView* output) { … }
inline void ContentIndexService_Delete_ParamsDataView::GetIdDataView(
mojo::StringDataView* output) { … }
inline void ContentIndexService_GetDescriptions_ResponseParamsDataView::GetDescriptionsDataView(
mojo::ArrayDataView<ContentDescriptionDataView>* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif