#ifndef CHROME_COMMON_RENDERER_CONFIGURATION_MOJOM_SHARED_H_
#define CHROME_COMMON_RENDERER_CONFIGURATION_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 "chrome/common/renderer_configuration.mojom-shared-internal.h"
#include "components/content_settings/common/content_settings_manager.mojom-shared.h"
#include "components/content_settings/core/common/content_settings.mojom-shared.h"
#include "mojo/public/mojom/base/time.mojom-shared.h"
#include "url/mojom/url.mojom-shared.h"
#include "mojo/public/cpp/bindings/lib/interface_serialization.h"
#include "mojo/public/cpp/system/data_pipe.h"
namespace chrome::mojom {
class BoundSessionThrottlerParamsDataView;
class DynamicParamsDataView;
}
namespace mojo {
namespace internal {
template <>
struct MojomTypeTraits<::chrome::mojom::BoundSessionThrottlerParamsDataView> { … };
template <>
struct MojomTypeTraits<::chrome::mojom::DynamicParamsDataView> { … };
}
}
namespace chrome::mojom {
enum class ResumeBlockedRequestsTrigger : int32_t { … };
std::ostream& operator<<(std::ostream& os, ResumeBlockedRequestsTrigger value);
inline bool IsKnownEnumValue(ResumeBlockedRequestsTrigger value) { … }
class BoundSessionRequestThrottledHandlerInterfaceBase { … };
BoundSessionRequestThrottledHandlerPtrDataView;
BoundSessionRequestThrottledHandlerRequestDataView;
BoundSessionRequestThrottledHandlerAssociatedPtrInfoDataView;
BoundSessionRequestThrottledHandlerAssociatedRequestDataView;
class ChromeOSListenerInterfaceBase { … };
ChromeOSListenerPtrDataView;
ChromeOSListenerRequestDataView;
ChromeOSListenerAssociatedPtrInfoDataView;
ChromeOSListenerAssociatedRequestDataView;
class RendererConfigurationInterfaceBase { … };
RendererConfigurationPtrDataView;
RendererConfigurationRequestDataView;
RendererConfigurationAssociatedPtrInfoDataView;
RendererConfigurationAssociatedRequestDataView;
class BoundSessionThrottlerParamsDataView { … };
class DynamicParamsDataView { … };
}
namespace std {
template <>
struct hash<::chrome::mojom::ResumeBlockedRequestsTrigger>
: public mojo::internal::EnumHashImpl<::chrome::mojom::ResumeBlockedRequestsTrigger> { … };
}
namespace mojo {
namespace internal {
Serializer< ::chrome::mojom::ResumeBlockedRequestsTrigger, MaybeConstUserType>;
}
namespace internal {
Serializer< ::chrome::mojom::BoundSessionThrottlerParamsDataView, MaybeConstUserType>;
}
namespace internal {
Serializer< ::chrome::mojom::DynamicParamsDataView, MaybeConstUserType>;
}
}
namespace chrome::mojom {
inline void BoundSessionThrottlerParamsDataView::GetDomainDataView(
mojo::StringDataView* output) { … }
inline void BoundSessionThrottlerParamsDataView::GetPathDataView(
mojo::StringDataView* output) { … }
inline void BoundSessionThrottlerParamsDataView::GetCookieExpiryDateDataView(
::mojo_base::mojom::TimeDataView* output) { … }
inline void DynamicParamsDataView::GetBoundSessionThrottlerParamsDataView(
mojo::ArrayDataView<BoundSessionThrottlerParamsDataView>* output) { … }
inline void DynamicParamsDataView::GetAllowedDomainsForAppsDataView(
mojo::StringDataView* output) { … }
}
namespace perfetto {
template <>
struct TraceFormatTraits<::chrome::mojom::ResumeBlockedRequestsTrigger> { … };
}
#endif