#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_MANIFEST_MANIFEST_MANAGER_MOJOM_PARAMS_DATA_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_MANIFEST_MANIFEST_MANAGER_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) ManifestManager_RequestManifest_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) ManifestManager_RequestManifest_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) ManifestManager_RequestManifestDebugInfo_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) ManifestManager_RequestManifestDebugInfo_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) ManifestManager_ParseManifestFromString_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) ManifestManager_ParseManifestFromString_ResponseParams_Data { … };
static_assert …;
}
class ManifestManager_RequestManifest_ParamsDataView { … };
class ManifestManager_RequestManifest_ResponseParamsDataView { … };
class ManifestManager_RequestManifestDebugInfo_ParamsDataView { … };
class ManifestManager_RequestManifestDebugInfo_ResponseParamsDataView { … };
class ManifestManager_ParseManifestFromString_ParamsDataView { … };
class ManifestManager_ParseManifestFromString_ResponseParamsDataView { … };
inline void ManifestManager_RequestManifest_ResponseParamsDataView::GetUrlDataView(
::url::mojom::UrlDataView* output) { … }
inline void ManifestManager_RequestManifest_ResponseParamsDataView::GetManifestDataView(
::blink::mojom::ManifestDataView* output) { … }
inline void ManifestManager_RequestManifestDebugInfo_ResponseParamsDataView::GetUrlDataView(
::url::mojom::UrlDataView* output) { … }
inline void ManifestManager_RequestManifestDebugInfo_ResponseParamsDataView::GetParsedManifestDataView(
::blink::mojom::ManifestDataView* output) { … }
inline void ManifestManager_RequestManifestDebugInfo_ResponseParamsDataView::GetDebugInfoDataView(
::blink::mojom::ManifestDebugInfoDataView* output) { … }
inline void ManifestManager_ParseManifestFromString_ParamsDataView::GetDocumentUrlDataView(
::url::mojom::UrlDataView* output) { … }
inline void ManifestManager_ParseManifestFromString_ParamsDataView::GetManifestUrlDataView(
::url::mojom::UrlDataView* output) { … }
inline void ManifestManager_ParseManifestFromString_ParamsDataView::GetManifestContentDataView(
mojo::StringDataView* output) { … }
inline void ManifestManager_ParseManifestFromString_ResponseParamsDataView::GetParsedManifestDataView(
::blink::mojom::ManifestDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif