// services/accessibility/public/mojom/automation.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 SERVICES_ACCESSIBILITY_PUBLIC_MOJOM_AUTOMATION_MOJOM_SHARED_MESSAGE_IDS_H_
#define SERVICES_ACCESSIBILITY_PUBLIC_MOJOM_AUTOMATION_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace ax::mojom {
namespace messages {


enum class Automation : uint32_t {
// The 1926806344 value is based on sha256(salt + "Automation1").
  kDispatchTreeDestroyedEvent = 1926806344,
// The 1085795601 value is based on sha256(salt + "Automation2").
  kDispatchActionResult = 1085795601,
// The 2035558721 value is based on sha256(salt + "Automation3").
  kDispatchAccessibilityEvents = 2035558721,
// The 906688802 value is based on sha256(salt + "Automation4").
  kDispatchAccessibilityLocationChange = 906688802,
// The 607344062 value is based on sha256(salt + "Automation5").
  kDispatchAccessibilityScrollChange = 607344062,
};

}  // namespace messages

}  // ax::mojom

#endif  // SERVICES_ACCESSIBILITY_PUBLIC_MOJOM_AUTOMATION_MOJOM_SHARED_MESSAGE_IDS_H_