#ifndef COMPONENTS_SERVICES_STORAGE_PUBLIC_MOJOM_CACHE_STORAGE_CONTROL_MOJOM_PARAMS_DATA_H_
#define COMPONENTS_SERVICES_STORAGE_PUBLIC_MOJOM_CACHE_STORAGE_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 CacheStorageObserver_OnCacheListChanged_Params_Data { … };
static_assert …;
class CacheStorageObserver_OnCacheContentChanged_Params_Data { … };
static_assert …;
class CacheStorageControl_AddReceiver_Params_Data { … };
static_assert …;
class CacheStorageControl_AddObserver_Params_Data { … };
static_assert …;
class CacheStorageControl_ApplyPolicyUpdates_Params_Data { … };
static_assert …;
}
class CacheStorageObserver_OnCacheListChanged_ParamsDataView { … };
class CacheStorageObserver_OnCacheContentChanged_ParamsDataView { … };
class CacheStorageControl_AddReceiver_ParamsDataView { … };
class CacheStorageControl_AddObserver_ParamsDataView { … };
class CacheStorageControl_ApplyPolicyUpdates_ParamsDataView { … };
inline void CacheStorageObserver_OnCacheListChanged_ParamsDataView::GetBucketLocatorDataView(
::storage::mojom::BucketLocatorDataView* output) { … }
inline void CacheStorageObserver_OnCacheContentChanged_ParamsDataView::GetBucketLocatorDataView(
::storage::mojom::BucketLocatorDataView* output) { … }
inline void CacheStorageObserver_OnCacheContentChanged_ParamsDataView::GetCacheNameDataView(
mojo::StringDataView* output) { … }
inline void CacheStorageControl_AddReceiver_ParamsDataView::GetCrossOriginEmbedderPolicyDataView(
::network::mojom::CrossOriginEmbedderPolicyDataView* output) { … }
inline void CacheStorageControl_AddReceiver_ParamsDataView::GetDocumentIsolationPolicyDataView(
::network::mojom::DocumentIsolationPolicyDataView* output) { … }
inline void CacheStorageControl_AddReceiver_ParamsDataView::GetBucketLocatorDataView(
::storage::mojom::BucketLocatorDataView* output) { … }
inline void CacheStorageControl_ApplyPolicyUpdates_ParamsDataView::GetPolicyUpdatesDataView(
mojo::ArrayDataView<::storage::mojom::StoragePolicyUpdateDataView>* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif