chromium/out/Default/gen/chrome/browser/ui/webui/side_panel/customize_chrome/customize_toolbar/customize_toolbar.mojom-shared.h

// chrome/browser/ui/webui/side_panel/customize_chrome/customize_toolbar/customize_toolbar.mojom-shared.h is auto generated by mojom_bindings_generator.py, do not edit

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_UI_WEBUI_SIDE_PANEL_CUSTOMIZE_CHROME_CUSTOMIZE_TOOLBAR_CUSTOMIZE_TOOLBAR_MOJOM_SHARED_H_
#define CHROME_BROWSER_UI_WEBUI_SIDE_PANEL_CUSTOMIZE_CHROME_CUSTOMIZE_TOOLBAR_CUSTOMIZE_TOOLBAR_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/browser/ui/webui/side_panel/customize_chrome/customize_toolbar/customize_toolbar.mojom-shared-internal.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 side_panel::customize_chrome::mojom {
class ActionDataView;

class CategoryDataView;



}  // side_panel::customize_chrome::mojom

namespace mojo {
namespace internal {

template <>
struct MojomTypeTraits<::side_panel::customize_chrome::mojom::ActionDataView> {};

template <>
struct MojomTypeTraits<::side_panel::customize_chrome::mojom::CategoryDataView> {};

}  // namespace internal
}  // namespace mojo


namespace side_panel::customize_chrome::mojom {


enum class ActionId : int32_t {};

 std::ostream& operator<<(std::ostream& os, ActionId value);
inline bool IsKnownEnumValue(ActionId value) {}


enum class CategoryId : int32_t {};

 std::ostream& operator<<(std::ostream& os, CategoryId value);
inline bool IsKnownEnumValue(CategoryId value) {}
// Interface base classes. They are used for type safety check.
class CustomizeToolbarHandlerFactoryInterfaceBase {};

CustomizeToolbarHandlerFactoryPtrDataView;
CustomizeToolbarHandlerFactoryRequestDataView;
CustomizeToolbarHandlerFactoryAssociatedPtrInfoDataView;
CustomizeToolbarHandlerFactoryAssociatedRequestDataView;
class CustomizeToolbarHandlerInterfaceBase {};

CustomizeToolbarHandlerPtrDataView;
CustomizeToolbarHandlerRequestDataView;
CustomizeToolbarHandlerAssociatedPtrInfoDataView;
CustomizeToolbarHandlerAssociatedRequestDataView;
class CustomizeToolbarClientInterfaceBase {};

CustomizeToolbarClientPtrDataView;
CustomizeToolbarClientRequestDataView;
CustomizeToolbarClientAssociatedPtrInfoDataView;
CustomizeToolbarClientAssociatedRequestDataView;


class ActionDataView {};


class CategoryDataView {};


}  // side_panel::customize_chrome::mojom

namespace std {

template <>
struct hash<::side_panel::customize_chrome::mojom::ActionId>
    : public mojo::internal::EnumHashImpl<::side_panel::customize_chrome::mojom::ActionId> {};

template <>
struct hash<::side_panel::customize_chrome::mojom::CategoryId>
    : public mojo::internal::EnumHashImpl<::side_panel::customize_chrome::mojom::CategoryId> {};

}  // namespace std

namespace mojo {


namespace internal {

Serializer< ::side_panel::customize_chrome::mojom::ActionId, MaybeConstUserType>;

}  // namespace internal


namespace internal {

Serializer< ::side_panel::customize_chrome::mojom::CategoryId, MaybeConstUserType>;

}  // namespace internal


namespace internal {

Serializer< ::side_panel::customize_chrome::mojom::ActionDataView, MaybeConstUserType>;

}  // namespace internal


namespace internal {

Serializer< ::side_panel::customize_chrome::mojom::CategoryDataView, MaybeConstUserType>;

}  // namespace internal

}  // namespace mojo


namespace side_panel::customize_chrome::mojom {

inline void ActionDataView::GetDisplayNameDataView(
    mojo::StringDataView* output) {}
inline void ActionDataView::GetIconUrlDataView(
    ::url::mojom::UrlDataView* output) {}


inline void CategoryDataView::GetDisplayNameDataView(
    mojo::StringDataView* output) {}



}  // side_panel::customize_chrome::mojom

// Declare TraceFormatTraits for enums, which should be defined in ::perfetto
// namespace.

namespace perfetto {

template <>
struct  TraceFormatTraits<::side_panel::customize_chrome::mojom::ActionId> {};

} // namespace perfetto

namespace perfetto {

template <>
struct  TraceFormatTraits<::side_panel::customize_chrome::mojom::CategoryId> {};

} // namespace perfetto

#endif  // CHROME_BROWSER_UI_WEBUI_SIDE_PANEL_CUSTOMIZE_CHROME_CUSTOMIZE_TOOLBAR_CUSTOMIZE_TOOLBAR_MOJOM_SHARED_H_