// components/browser_apis/tab_drag/tab_drag_api.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_BROWSER_APIS_TAB_DRAG_TAB_DRAG_API_MOJOM_SHARED_MESSAGE_IDS_H_
#define COMPONENTS_BROWSER_APIS_TAB_DRAG_TAB_DRAG_API_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace tabs_api::mojom {
namespace messages {


enum class TabDragService : uint32_t {
  kStartDrag = 0,
  kRegisterDropTarget = 1,
};
enum class DropTargetRegistration : uint32_t {
  kOnBoundsChanged = 0,
};
enum class DropTarget : uint32_t {
  kOnDragEntered = 0,
  kOnDrag = 1,
  kOnDragLeave = 2,
  kOnDrop = 3,
  kOnDragCancelled = 4,
};

}  // namespace messages

}  // tabs_api::mojom

#endif  // COMPONENTS_BROWSER_APIS_TAB_DRAG_TAB_DRAG_API_MOJOM_SHARED_MESSAGE_IDS_H_