// components/webui/chrome_urls/mojom/chrome_urls.mojom-shared-message-ids.h is auto generated by mojom_bindings_generator.py, do not edit

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

#ifndef COMPONENTS_WEBUI_CHROME_URLS_MOJOM_CHROME_URLS_MOJOM_SHARED_MESSAGE_IDS_H_
#define COMPONENTS_WEBUI_CHROME_URLS_MOJOM_CHROME_URLS_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace chrome_urls::mojom {
namespace messages {


enum class PageHandlerFactory : uint32_t {
  kCreatePageHandler = 0,
};
enum class PageHandler : uint32_t {
  kGetUrls = 0,
  kSetDebugPagesEnabled = 1,
};

}  // namespace messages

}  // chrome_urls::mojom

#endif  // COMPONENTS_WEBUI_CHROME_URLS_MOJOM_CHROME_URLS_MOJOM_SHARED_MESSAGE_IDS_H_