#ifndef EXTENSIONS_COMMON_API_MIME_HANDLER_MOJOM_PARAMS_DATA_H_
#define EXTENSIONS_COMMON_API_MIME_HANDLER_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 extensions::mime_handler {
namespace internal {
class MimeHandlerService_GetStreamInfo_Params_Data { … };
static_assert …;
class MimeHandlerService_GetStreamInfo_ResponseParams_Data { … };
static_assert …;
class MimeHandlerService_SetPdfPluginAttributes_Params_Data { … };
static_assert …;
class BeforeUnloadControl_SetShowBeforeUnloadDialog_Params_Data { … };
static_assert …;
class BeforeUnloadControl_SetShowBeforeUnloadDialog_ResponseParams_Data { … };
static_assert …;
}
class MimeHandlerService_GetStreamInfo_ParamsDataView { … };
class MimeHandlerService_GetStreamInfo_ResponseParamsDataView { … };
class MimeHandlerService_SetPdfPluginAttributes_ParamsDataView { … };
class BeforeUnloadControl_SetShowBeforeUnloadDialog_ParamsDataView { … };
class BeforeUnloadControl_SetShowBeforeUnloadDialog_ResponseParamsDataView { … };
inline void MimeHandlerService_GetStreamInfo_ResponseParamsDataView::GetStreamInfoDataView(
StreamInfoDataView* output) { … }
inline void MimeHandlerService_SetPdfPluginAttributes_ParamsDataView::GetPdfPluginAttributesDataView(
PdfPluginAttributesDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif