#ifndef CONTENT_COMMON_WEB_UI_MOJOM_PARAMS_DATA_H_
#define CONTENT_COMMON_WEB_UI_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 content::mojom {
namespace internal {
class COMPONENT_EXPORT(MOJOM_SHARED_CONTENT_EXPORT) WebUIHost_Send_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_CONTENT_EXPORT) WebUI_SetProperty_Params_Data { … };
static_assert …;
}
class WebUIHost_Send_ParamsDataView { … };
class WebUI_SetProperty_ParamsDataView { … };
inline void WebUIHost_Send_ParamsDataView::GetMessageDataView(
mojo::StringDataView* output) { … }
inline void WebUIHost_Send_ParamsDataView::GetArgsDataView(
::mojo_base::mojom::ListValueDataView* output) { … }
inline void WebUI_SetProperty_ParamsDataView::GetPropertyNameDataView(
mojo::StringDataView* output) { … }
inline void WebUI_SetProperty_ParamsDataView::GetPropertyValueJsonDataView(
mojo::StringDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif