#ifndef CHROME_BROWSER_UI_WEBUI_SIDE_PANEL_CUSTOMIZE_CHROME_WALLPAPER_SEARCH_WALLPAPER_SEARCH_MOJOM_PARAMS_DATA_H_
#define CHROME_BROWSER_UI_WEBUI_SIDE_PANEL_CUSTOMIZE_CHROME_WALLPAPER_SEARCH_WALLPAPER_SEARCH_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 side_panel::customize_chrome::mojom {
namespace internal {
class WallpaperSearchHandlerFactory_CreateWallpaperSearchHandler_Params_Data { … };
static_assert …;
class WallpaperSearchHandler_GetDescriptors_Params_Data { … };
static_assert …;
class WallpaperSearchHandler_GetDescriptors_ResponseParams_Data { … };
static_assert …;
class WallpaperSearchHandler_GetInspirations_Params_Data { … };
static_assert …;
class WallpaperSearchHandler_GetInspirations_ResponseParams_Data { … };
static_assert …;
class WallpaperSearchHandler_GetWallpaperSearchResults_Params_Data { … };
static_assert …;
class WallpaperSearchHandler_GetWallpaperSearchResults_ResponseParams_Data { … };
static_assert …;
class WallpaperSearchHandler_SetResultRenderTime_Params_Data { … };
static_assert …;
class WallpaperSearchHandler_SetBackgroundToHistoryImage_Params_Data { … };
static_assert …;
class WallpaperSearchHandler_SetBackgroundToInspirationImage_Params_Data { … };
static_assert …;
class WallpaperSearchHandler_SetBackgroundToWallpaperSearchResult_Params_Data { … };
static_assert …;
class WallpaperSearchHandler_UpdateHistory_Params_Data { … };
static_assert …;
class WallpaperSearchHandler_SetUserFeedback_Params_Data { … };
static_assert …;
class WallpaperSearchHandler_OpenHelpArticle_Params_Data { … };
static_assert …;
class WallpaperSearchHandler_LaunchHatsSurvey_Params_Data { … };
static_assert …;
class WallpaperSearchClient_SetHistory_Params_Data { … };
static_assert …;
}
class WallpaperSearchHandlerFactory_CreateWallpaperSearchHandler_ParamsDataView { … };
class WallpaperSearchHandler_GetDescriptors_ParamsDataView { … };
class WallpaperSearchHandler_GetDescriptors_ResponseParamsDataView { … };
class WallpaperSearchHandler_GetInspirations_ParamsDataView { … };
class WallpaperSearchHandler_GetInspirations_ResponseParamsDataView { … };
class WallpaperSearchHandler_GetWallpaperSearchResults_ParamsDataView { … };
class WallpaperSearchHandler_GetWallpaperSearchResults_ResponseParamsDataView { … };
class WallpaperSearchHandler_SetResultRenderTime_ParamsDataView { … };
class WallpaperSearchHandler_SetBackgroundToHistoryImage_ParamsDataView { … };
class WallpaperSearchHandler_SetBackgroundToInspirationImage_ParamsDataView { … };
class WallpaperSearchHandler_SetBackgroundToWallpaperSearchResult_ParamsDataView { … };
class WallpaperSearchHandler_UpdateHistory_ParamsDataView { … };
class WallpaperSearchHandler_SetUserFeedback_ParamsDataView { … };
class WallpaperSearchHandler_OpenHelpArticle_ParamsDataView { … };
class WallpaperSearchHandler_LaunchHatsSurvey_ParamsDataView { … };
class WallpaperSearchClient_SetHistory_ParamsDataView { … };
inline void WallpaperSearchHandler_GetDescriptors_ResponseParamsDataView::GetDescriptorsDataView(
DescriptorsDataView* output) { … }
inline void WallpaperSearchHandler_GetInspirations_ResponseParamsDataView::GetInspirationGroupsDataView(
mojo::ArrayDataView<InspirationGroupDataView>* output) { … }
inline void WallpaperSearchHandler_GetWallpaperSearchResults_ParamsDataView::GetResultDescriptorsDataView(
ResultDescriptorsDataView* output) { … }
inline void WallpaperSearchHandler_GetWallpaperSearchResults_ResponseParamsDataView::GetResultsDataView(
mojo::ArrayDataView<WallpaperSearchResultDataView>* output) { … }
inline void WallpaperSearchHandler_SetResultRenderTime_ParamsDataView::GetResultIdsDataView(
mojo::ArrayDataView<::mojo_base::mojom::TokenDataView>* output) { … }
inline void WallpaperSearchHandler_SetBackgroundToHistoryImage_ParamsDataView::GetResultIdDataView(
::mojo_base::mojom::TokenDataView* output) { … }
inline void WallpaperSearchHandler_SetBackgroundToHistoryImage_ParamsDataView::GetDescriptorsDataView(
ResultDescriptorsDataView* output) { … }
inline void WallpaperSearchHandler_SetBackgroundToInspirationImage_ParamsDataView::GetIdDataView(
::mojo_base::mojom::TokenDataView* output) { … }
inline void WallpaperSearchHandler_SetBackgroundToInspirationImage_ParamsDataView::GetBackgroundUrlDataView(
::url::mojom::UrlDataView* output) { … }
inline void WallpaperSearchHandler_SetBackgroundToWallpaperSearchResult_ParamsDataView::GetResultIdDataView(
::mojo_base::mojom::TokenDataView* output) { … }
inline void WallpaperSearchHandler_SetBackgroundToWallpaperSearchResult_ParamsDataView::GetDescriptorsDataView(
ResultDescriptorsDataView* output) { … }
inline void WallpaperSearchClient_SetHistory_ParamsDataView::GetHistoryDataView(
mojo::ArrayDataView<WallpaperSearchResultDataView>* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif