#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_BACKGROUND_FETCH_BACKGROUND_FETCH_MOJOM_SHARED_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_BACKGROUND_FETCH_BACKGROUND_FETCH_MOJOM_SHARED_H_
#include <stdint.h>
#include <functional>
#include <iosfwd>
#include <type_traits>
#include <utility>
#include "mojo/public/cpp/bindings/array_data_view.h"
#include "mojo/public/cpp/bindings/enum_traits.h"
#include "mojo/public/cpp/bindings/interface_data_view.h"
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/serialization.h"
#include "mojo/public/cpp/bindings/map_data_view.h"
#include "mojo/public/cpp/bindings/string_data_view.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "third_party/blink/public/mojom/background_fetch/background_fetch.mojom-shared-internal.h"
#include "skia/public/mojom/bitmap.mojom-shared.h"
#include "third_party/blink/public/mojom/cache_storage/cache_storage.mojom-shared.h"
#include "third_party/blink/public/mojom/fetch/fetch_api_request.mojom-shared.h"
#include "third_party/blink/public/mojom/fetch/fetch_api_response.mojom-shared.h"
#include "third_party/blink/public/mojom/manifest/manifest.mojom-shared.h"
#include "ui/gfx/geometry/mojom/geometry.mojom-shared.h"
#include "mojo/public/cpp/bindings/lib/interface_serialization.h"
#include "mojo/public/cpp/system/data_pipe.h"
#include "mojo/public/cpp/bindings/native_enum.h"
#include "mojo/public/cpp/bindings/lib/native_struct_serialization.h"
#include "base/component_export.h"
namespace blink::mojom {
class BackgroundFetchSettledFetchDataView;
class BackgroundFetchOptionsDataView;
class BackgroundFetchRegistrationDataDataView;
class BackgroundFetchRegistrationDataView;
class BackgroundFetchUkmDataDataView;
}
namespace mojo {
namespace internal {
template <>
struct MojomTypeTraits<::blink::mojom::BackgroundFetchSettledFetchDataView> { … };
template <>
struct MojomTypeTraits<::blink::mojom::BackgroundFetchOptionsDataView> { … };
template <>
struct MojomTypeTraits<::blink::mojom::BackgroundFetchRegistrationDataDataView> { … };
template <>
struct MojomTypeTraits<::blink::mojom::BackgroundFetchRegistrationDataView> { … };
template <>
struct MojomTypeTraits<::blink::mojom::BackgroundFetchUkmDataDataView> { … };
}
}
namespace blinkmojom
namespace std {
template <>
struct hash<::blink::mojom::BackgroundFetchError>
: public mojo::internal::EnumHashImpl<::blink::mojom::BackgroundFetchError> { … };
template <>
struct hash<::blink::mojom::BackgroundFetchResult>
: public mojo::internal::EnumHashImpl<::blink::mojom::BackgroundFetchResult> { … };
template <>
struct hash<::blink::mojom::BackgroundFetchFailureReason>
: public mojo::internal::EnumHashImpl<::blink::mojom::BackgroundFetchFailureReason> { … };
}
namespace mojo {
namespace internal {
Serializer< ::blink::mojom::BackgroundFetchError, MaybeConstUserType>;
}
namespace internal {
Serializer< ::blink::mojom::BackgroundFetchResult, MaybeConstUserType>;
}
namespace internal {
Serializer< ::blink::mojom::BackgroundFetchFailureReason, MaybeConstUserType>;
}
namespace internal {
Serializer< ::blink::mojom::BackgroundFetchSettledFetchDataView, MaybeConstUserType>;
}
namespace internal {
Serializer< ::blink::mojom::BackgroundFetchOptionsDataView, MaybeConstUserType>;
}
namespace internal {
Serializer< ::blink::mojom::BackgroundFetchRegistrationDataDataView, MaybeConstUserType>;
}
namespace internal {
Serializer< ::blink::mojom::BackgroundFetchRegistrationDataView, MaybeConstUserType>;
}
namespace internal {
Serializer< ::blink::mojom::BackgroundFetchUkmDataDataView, MaybeConstUserType>;
}
}
namespace blink::mojom {
inline void BackgroundFetchSettledFetchDataView::GetRequestDataView(
::blink::mojom::FetchAPIRequestDataView* output) { … }
inline void BackgroundFetchSettledFetchDataView::GetResponseDataView(
::blink::mojom::FetchAPIResponseDataView* output) { … }
inline void BackgroundFetchOptionsDataView::GetIconsDataView(
mojo::ArrayDataView<::blink::mojom::ManifestImageResourceDataView>* output) { … }
inline void BackgroundFetchOptionsDataView::GetTitleDataView(
mojo::StringDataView* output) { … }
inline void BackgroundFetchRegistrationDataDataView::GetDeveloperIdDataView(
mojo::StringDataView* output) { … }
inline void BackgroundFetchRegistrationDataView::GetRegistrationDataDataView(
BackgroundFetchRegistrationDataDataView* output) { … }
}
namespace perfetto {
template <>
struct COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) TraceFormatTraits<::blink::mojom::BackgroundFetchError> { … };
}
namespace perfetto {
template <>
struct COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) TraceFormatTraits<::blink::mojom::BackgroundFetchResult> { … };
}
namespace perfetto {
template <>
struct COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) TraceFormatTraits<::blink::mojom::BackgroundFetchFailureReason> { … };
}
#endif