#ifndef CHROME_BROWSER_UI_WEBUI_DATA_SHARING_DATA_SHARING_MOJOM_PARAMS_DATA_H_
#define CHROME_BROWSER_UI_WEBUI_DATA_SHARING_DATA_SHARING_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 data_sharing::mojom {
namespace internal {
class PageHandlerFactory_CreatePageHandler_Params_Data { … };
static_assert …;
class PageHandler_ShowUI_Params_Data { … };
static_assert …;
class PageHandler_ApiInitComplete_Params_Data { … };
static_assert …;
class PageHandler_GetShareLink_Params_Data { … };
static_assert …;
class PageHandler_GetShareLink_ResponseParams_Data { … };
static_assert …;
class PageHandler_AssociateTabGroupWithGroupId_Params_Data { … };
static_assert …;
class Page_OnAccessTokenFetched_Params_Data { … };
static_assert …;
class Page_ReadGroups_Params_Data { … };
static_assert …;
class Page_ReadGroups_ResponseParams_Data { … };
static_assert …;
}
class PageHandlerFactory_CreatePageHandler_ParamsDataView { … };
class PageHandler_ShowUI_ParamsDataView { … };
class PageHandler_ApiInitComplete_ParamsDataView { … };
class PageHandler_GetShareLink_ParamsDataView { … };
class PageHandler_GetShareLink_ResponseParamsDataView { … };
class PageHandler_AssociateTabGroupWithGroupId_ParamsDataView { … };
class Page_OnAccessTokenFetched_ParamsDataView { … };
class Page_ReadGroups_ParamsDataView { … };
class Page_ReadGroups_ResponseParamsDataView { … };
inline void PageHandler_GetShareLink_ParamsDataView::GetGroupIdDataView(
mojo::StringDataView* output) { … }
inline void PageHandler_GetShareLink_ParamsDataView::GetAccessTokenDataView(
mojo::StringDataView* output) { … }
inline void PageHandler_GetShareLink_ResponseParamsDataView::GetUrlDataView(
::url::mojom::UrlDataView* output) { … }
inline void PageHandler_AssociateTabGroupWithGroupId_ParamsDataView::GetTabGroupIdDataView(
mojo::StringDataView* output) { … }
inline void PageHandler_AssociateTabGroupWithGroupId_ParamsDataView::GetGroupIdDataView(
mojo::StringDataView* output) { … }
inline void Page_OnAccessTokenFetched_ParamsDataView::GetAccessTokenDataView(
mojo::StringDataView* output) { … }
inline void Page_ReadGroups_ParamsDataView::GetGroupIdsDataView(
mojo::ArrayDataView<mojo::StringDataView>* output) { … }
inline void Page_ReadGroups_ResponseParamsDataView::GetGroupsDataView(
mojo::ArrayDataView<::data_sharing::mojom::GroupDataDataView>* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif