// components/browser_apis/tab_strip/tab_strip_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_STRIP_TAB_STRIP_API_MOJOM_SHARED_MESSAGE_IDS_H_
#define COMPONENTS_BROWSER_APIS_TAB_STRIP_TAB_STRIP_API_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace tabs_api::mojom {
namespace messages {


enum class TabStripService : uint32_t {
  kGetTabs = 0,
  kGetTab = 1,
  kCreateTabAt = 2,
  kCloseNodes = 3,
  kActivateTab = 4,
  kSetSelectedTabs = 5,
  kMoveNode = 6,
  kUpdate = 7,
};
enum class TabsObserver : uint32_t {
  kOnTabEvents = 0,
};

}  // namespace messages

}  // tabs_api::mojom

#endif  // COMPONENTS_BROWSER_APIS_TAB_STRIP_TAB_STRIP_API_MOJOM_SHARED_MESSAGE_IDS_H_