// components/optimization_guide/public/mojom/model_broker_debug.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_OPTIMIZATION_GUIDE_PUBLIC_MOJOM_MODEL_BROKER_DEBUG_MOJOM_SHARED_MESSAGE_IDS_H_
#define COMPONENTS_OPTIMIZATION_GUIDE_PUBLIC_MOJOM_MODEL_BROKER_DEBUG_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace optimization_guide::mojom {
namespace messages {


enum class ModelBrokerDebugObserver : uint32_t {
  kOnBrokerStateChanged = 0,
};
enum class ModelBrokerDebug : uint32_t {
  kGetStateInfo = 0,
  kSetUseCaseRequested = 1,
  kUninstallModels = 2,
  kResetModelCrashCount = 3,
  kAddObserver = 4,
  kAddAssetDownloadObserver = 5,
};

}  // namespace messages

}  // optimization_guide::mojom

#endif  // COMPONENTS_OPTIMIZATION_GUIDE_PUBLIC_MOJOM_MODEL_BROKER_DEBUG_MOJOM_SHARED_MESSAGE_IDS_H_