#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_BLOB_BLOB_URL_STORE_MOJOM_PARAMS_DATA_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_BLOB_BLOB_URL_STORE_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) BlobURLStore_Register_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) BlobURLStore_Register_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) BlobURLStore_Revoke_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) BlobURLStore_ResolveAsURLLoaderFactory_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) BlobURLStore_ResolveAsURLLoaderFactory_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) BlobURLStore_ResolveForNavigation_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) BlobURLStore_ResolveForNavigation_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) BlobURLToken_Clone_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) BlobURLToken_GetToken_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) BlobURLToken_GetToken_ResponseParams_Data { … };
static_assert …;
}
class BlobURLStore_Register_ParamsDataView { … };
class BlobURLStore_Register_ResponseParamsDataView { … };
class BlobURLStore_Revoke_ParamsDataView { … };
class BlobURLStore_ResolveAsURLLoaderFactory_ParamsDataView { … };
class BlobURLStore_ResolveAsURLLoaderFactory_ResponseParamsDataView { … };
class BlobURLStore_ResolveForNavigation_ParamsDataView { … };
class BlobURLStore_ResolveForNavigation_ResponseParamsDataView { … };
class BlobURLToken_Clone_ParamsDataView { … };
class BlobURLToken_GetToken_ParamsDataView { … };
class BlobURLToken_GetToken_ResponseParamsDataView { … };
inline void BlobURLStore_Register_ParamsDataView::GetUrlDataView(
::url::mojom::UrlDataView* output) { … }
inline void BlobURLStore_Register_ParamsDataView::GetUnsafeAgentClusterIdDataView(
::mojo_base::mojom::UnguessableTokenDataView* output) { … }
inline void BlobURLStore_Register_ParamsDataView::GetUnsafeTopLevelSiteDataView(
::network::mojom::SchemefulSiteDataView* output) { … }
inline void BlobURLStore_Revoke_ParamsDataView::GetUrlDataView(
::url::mojom::UrlDataView* output) { … }
inline void BlobURLStore_ResolveAsURLLoaderFactory_ParamsDataView::GetUrlDataView(
::url::mojom::UrlDataView* output) { … }
inline void BlobURLStore_ResolveAsURLLoaderFactory_ResponseParamsDataView::GetUnsafeAgentClusterIdDataView(
::mojo_base::mojom::UnguessableTokenDataView* output) { … }
inline void BlobURLStore_ResolveAsURLLoaderFactory_ResponseParamsDataView::GetUnsafeTopLevelSiteDataView(
::network::mojom::SchemefulSiteDataView* output) { … }
inline void BlobURLStore_ResolveForNavigation_ParamsDataView::GetUrlDataView(
::url::mojom::UrlDataView* output) { … }
inline void BlobURLStore_ResolveForNavigation_ResponseParamsDataView::GetUnsafeAgentClusterIdDataView(
::mojo_base::mojom::UnguessableTokenDataView* output) { … }
inline void BlobURLToken_GetToken_ResponseParamsDataView::GetTokenDataView(
::mojo_base::mojom::UnguessableTokenDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif