// components/commerce/core/mojom/price_insights.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_COMMERCE_CORE_MOJOM_PRICE_INSIGHTS_MOJOM_SHARED_MESSAGE_IDS_H_
#define COMPONENTS_COMMERCE_CORE_MOJOM_PRICE_INSIGHTS_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace commerce::price_insights::mojom {
namespace messages {


enum class PriceInsightsHandler : uint32_t {
  kShowSidePanelUI = 0,
  kShowFeedback = 1,
};
enum class PriceInsightsHandlerFactory : uint32_t {
  kCreatePriceInsightsHandler = 0,
};

}  // namespace messages

}  // commerce::price_insights::mojom

#endif  // COMPONENTS_COMMERCE_CORE_MOJOM_PRICE_INSIGHTS_MOJOM_SHARED_MESSAGE_IDS_H_