// chrome/browser/actor/ui/actor_overlay.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 CHROME_BROWSER_ACTOR_UI_ACTOR_OVERLAY_MOJOM_SHARED_MESSAGE_IDS_H_
#define CHROME_BROWSER_ACTOR_UI_ACTOR_OVERLAY_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace actor::ui::mojom {
namespace messages {


enum class ActorOverlayPageHandlerFactory : uint32_t {
  kCreatePageHandler = 0,
};
enum class ActorOverlayPageHandler : uint32_t {
  kOnHoverStatusChanged = 0,
  kGetCurrentBorderGlowVisibility = 1,
};
enum class ActorOverlayPage : uint32_t {
  kSetScrimBackground = 0,
  kSetBorderGlowVisibility = 1,
  kSetTheme = 2,
  kMoveCursorTo = 3,
  kTriggerClickAnimation = 4,
};

}  // namespace messages

}  // actor::ui::mojom

#endif  // CHROME_BROWSER_ACTOR_UI_ACTOR_OVERLAY_MOJOM_SHARED_MESSAGE_IDS_H_