#ifndef CHROME_COMMON_RENDERER_CONFIGURATION_MOJOM_PARAMS_DATA_H_
#define CHROME_COMMON_RENDERER_CONFIGURATION_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 chrome::mojom {
namespace internal {
class BoundSessionRequestThrottledHandler_HandleRequestBlockedOnCookie_Params_Data { … };
static_assert …;
class BoundSessionRequestThrottledHandler_HandleRequestBlockedOnCookie_ResponseParams_Data { … };
static_assert …;
class RendererConfiguration_SetInitialConfiguration_Params_Data { … };
static_assert …;
class RendererConfiguration_SetConfiguration_Params_Data { … };
static_assert …;
}
class BoundSessionRequestThrottledHandler_HandleRequestBlockedOnCookie_ParamsDataView { … };
class BoundSessionRequestThrottledHandler_HandleRequestBlockedOnCookie_ResponseParamsDataView { … };
class RendererConfiguration_SetInitialConfiguration_ParamsDataView { … };
class RendererConfiguration_SetConfiguration_ParamsDataView { … };
inline void BoundSessionRequestThrottledHandler_HandleRequestBlockedOnCookie_ParamsDataView::GetUntrustedRequestUrlDataView(
::url::mojom::UrlDataView* output) { … }
inline void RendererConfiguration_SetConfiguration_ParamsDataView::GetParamsDataView(
DynamicParamsDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif