#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_LCP_CRITICAL_PATH_PREDICTOR_LCP_CRITICAL_PATH_PREDICTOR_MOJOM_PARAMS_DATA_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_LCP_CRITICAL_PATH_PREDICTOR_LCP_CRITICAL_PATH_PREDICTOR_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) LCPCriticalPathPredictorHost_SetLcpElementLocator_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) LCPCriticalPathPredictorHost_SetLcpInfluencerScriptUrls_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) LCPCriticalPathPredictorHost_SetPreconnectOrigins_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) LCPCriticalPathPredictorHost_NotifyFetchedFont_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) LCPCriticalPathPredictorHost_NotifyFetchedSubresource_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) LCPCriticalPathPredictorHost_SetUnusedPreloads_Params_Data { … };
static_assert …;
}
class LCPCriticalPathPredictorHost_SetLcpElementLocator_ParamsDataView { … };
class LCPCriticalPathPredictorHost_SetLcpInfluencerScriptUrls_ParamsDataView { … };
class LCPCriticalPathPredictorHost_SetPreconnectOrigins_ParamsDataView { … };
class LCPCriticalPathPredictorHost_NotifyFetchedFont_ParamsDataView { … };
class LCPCriticalPathPredictorHost_NotifyFetchedSubresource_ParamsDataView { … };
class LCPCriticalPathPredictorHost_SetUnusedPreloads_ParamsDataView { … };
inline void LCPCriticalPathPredictorHost_SetLcpElementLocator_ParamsDataView::GetLcpElementLocatorDataView(
::mojo_base::mojom::ByteStringDataView* output) { … }
inline void LCPCriticalPathPredictorHost_SetLcpInfluencerScriptUrls_ParamsDataView::GetLcpInfluencerScriptsDataView(
mojo::ArrayDataView<::url::mojom::UrlDataView>* output) { … }
inline void LCPCriticalPathPredictorHost_SetPreconnectOrigins_ParamsDataView::GetOriginsDataView(
mojo::ArrayDataView<::url::mojom::UrlDataView>* output) { … }
inline void LCPCriticalPathPredictorHost_NotifyFetchedFont_ParamsDataView::GetFontUrlDataView(
::url::mojom::UrlDataView* output) { … }
inline void LCPCriticalPathPredictorHost_NotifyFetchedSubresource_ParamsDataView::GetSubresourceUrlDataView(
::url::mojom::UrlDataView* output) { … }
inline void LCPCriticalPathPredictorHost_NotifyFetchedSubresource_ParamsDataView::GetSubresourceLoadStartDataView(
::mojo_base::mojom::TimeDeltaDataView* output) { … }
inline void LCPCriticalPathPredictorHost_SetUnusedPreloads_ParamsDataView::GetUnusedPreloadsDataView(
mojo::ArrayDataView<::url::mojom::UrlDataView>* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif