// components/policy/resources/webui/mojom/policy.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_POLICY_RESOURCES_WEBUI_MOJOM_POLICY_MOJOM_SHARED_MESSAGE_IDS_H_
#define COMPONENTS_POLICY_RESOURCES_WEBUI_MOJOM_POLICY_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace policy::mojom {
namespace messages {


enum class PolicyPageHandler : uint32_t {
  kGetDebugString = 0,
  kRestartBrowser = 1,
  kSetUserAffiliated = 2,
  kGetAppliedTestPolicies = 3,
  kRevertLocalTestPolicies = 4,
  kSetLocalTestPolicies = 5,
  kGetPolicyLogs = 6,
  kGetPoliciesJson = 7,
};
enum class PolicyPageClient : uint32_t {
  kStatusUpdated = 0,
};
enum class PolicyPageHandlerFactory : uint32_t {
  kCreateHandler = 0,
};

}  // namespace messages

}  // policy::mojom

#endif  // COMPONENTS_POLICY_RESOURCES_WEBUI_MOJOM_POLICY_MOJOM_SHARED_MESSAGE_IDS_H_