#ifndef COMPONENTS_SERVICES_STORAGE_PRIVILEGED_MOJOM_INDEXED_DB_CONTROL_MOJOM_PARAMS_DATA_H_
#define COMPONENTS_SERVICES_STORAGE_PRIVILEGED_MOJOM_INDEXED_DB_CONTROL_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 storage::mojom {
namespace internal {
class IndexedDBObserver_OnIndexedDBListChanged_Params_Data { … };
static_assert …;
class IndexedDBObserver_OnIndexedDBContentChanged_Params_Data { … };
static_assert …;
class IndexedDBControl_BindIndexedDB_Params_Data { … };
static_assert …;
class IndexedDBControl_ForceClose_Params_Data { … };
static_assert …;
class IndexedDBControl_ForceClose_ResponseParams_Data { … };
static_assert …;
class IndexedDBControl_DownloadBucketData_Params_Data { … };
static_assert …;
class IndexedDBControl_DownloadBucketData_ResponseParams_Data { … };
static_assert …;
class IndexedDBControl_GetAllBucketsDetails_Params_Data { … };
static_assert …;
class IndexedDBControl_GetAllBucketsDetails_ResponseParams_Data { … };
static_assert …;
class IndexedDBControl_StartMetadataRecording_Params_Data { … };
static_assert …;
class IndexedDBControl_StartMetadataRecording_ResponseParams_Data { … };
static_assert …;
class IndexedDBControl_StopMetadataRecording_Params_Data { … };
static_assert …;
class IndexedDBControl_StopMetadataRecording_ResponseParams_Data { … };
static_assert …;
class IndexedDBControl_SetForceKeepSessionState_Params_Data { … };
static_assert …;
class IndexedDBControl_AddObserver_Params_Data { … };
static_assert …;
class IndexedDBControl_ApplyPolicyUpdates_Params_Data { … };
static_assert …;
class IndexedDBControl_BindTestInterface_Params_Data { … };
static_assert …;
}
class IndexedDBObserver_OnIndexedDBListChanged_ParamsDataView { … };
class IndexedDBObserver_OnIndexedDBContentChanged_ParamsDataView { … };
class IndexedDBControl_BindIndexedDB_ParamsDataView { … };
class IndexedDBControl_ForceClose_ParamsDataView { … };
class IndexedDBControl_ForceClose_ResponseParamsDataView { … };
class IndexedDBControl_DownloadBucketData_ParamsDataView { … };
class IndexedDBControl_DownloadBucketData_ResponseParamsDataView { … };
class IndexedDBControl_GetAllBucketsDetails_ParamsDataView { … };
class IndexedDBControl_GetAllBucketsDetails_ResponseParamsDataView { … };
class IndexedDBControl_StartMetadataRecording_ParamsDataView { … };
class IndexedDBControl_StartMetadataRecording_ResponseParamsDataView { … };
class IndexedDBControl_StopMetadataRecording_ParamsDataView { … };
class IndexedDBControl_StopMetadataRecording_ResponseParamsDataView { … };
class IndexedDBControl_SetForceKeepSessionState_ParamsDataView { … };
class IndexedDBControl_AddObserver_ParamsDataView { … };
class IndexedDBControl_ApplyPolicyUpdates_ParamsDataView { … };
class IndexedDBControl_BindTestInterface_ParamsDataView { … };
inline void IndexedDBObserver_OnIndexedDBListChanged_ParamsDataView::GetBucketLocatorDataView(
::storage::mojom::BucketLocatorDataView* output) { … }
inline void IndexedDBObserver_OnIndexedDBContentChanged_ParamsDataView::GetBucketLocatorDataView(
::storage::mojom::BucketLocatorDataView* output) { … }
inline void IndexedDBObserver_OnIndexedDBContentChanged_ParamsDataView::GetDatabaseNameDataView(
::mojo_base::mojom::String16DataView* output) { … }
inline void IndexedDBObserver_OnIndexedDBContentChanged_ParamsDataView::GetObjectStoreNameDataView(
::mojo_base::mojom::String16DataView* output) { … }
inline void IndexedDBControl_BindIndexedDB_ParamsDataView::GetBucketLocatorDataView(
::storage::mojom::BucketLocatorDataView* output) { … }
inline void IndexedDBControl_BindIndexedDB_ParamsDataView::GetClientInfoDataView(
::storage::mojom::BucketClientInfoDataView* output) { … }
inline void IndexedDBControl_ForceClose_ParamsDataView::GetBucketIdDataView(
::storage::mojom::BucketIdDataView* output) { … }
inline void IndexedDBControl_DownloadBucketData_ParamsDataView::GetBucketIdDataView(
::storage::mojom::BucketIdDataView* output) { … }
inline void IndexedDBControl_DownloadBucketData_ResponseParamsDataView::GetTempPathDataView(
::mojo_base::mojom::FilePathDataView* output) { … }
inline void IndexedDBControl_DownloadBucketData_ResponseParamsDataView::GetZipPathDataView(
::mojo_base::mojom::FilePathDataView* output) { … }
inline void IndexedDBControl_GetAllBucketsDetails_ResponseParamsDataView::GetDetailsDataView(
mojo::ArrayDataView<::storage::mojom::IdbOriginMetadataDataView>* output) { … }
inline void IndexedDBControl_StartMetadataRecording_ParamsDataView::GetBucketIdDataView(
::storage::mojom::BucketIdDataView* output) { … }
inline void IndexedDBControl_StopMetadataRecording_ParamsDataView::GetBucketIdDataView(
::storage::mojom::BucketIdDataView* output) { … }
inline void IndexedDBControl_StopMetadataRecording_ResponseParamsDataView::GetMetadataDataView(
mojo::ArrayDataView<::storage::mojom::IdbBucketMetadataDataView>* output) { … }
inline void IndexedDBControl_ApplyPolicyUpdates_ParamsDataView::GetPolicyUpdatesDataView(
mojo::ArrayDataView<::storage::mojom::StoragePolicyUpdateDataView>* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif