// components/optimization_guide/public/mojom/model_broker.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_MOJOM_SHARED_MESSAGE_IDS_H_
#define COMPONENTS_OPTIMIZATION_GUIDE_PUBLIC_MOJOM_MODEL_BROKER_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace optimization_guide::mojom {
namespace messages {


enum class ModelSolution : uint32_t {
  kCreateSession = 0,
  kCreateTextSafetySession = 1,
  kReportHealthyCompletion = 2,
};
enum class ModelSubscriber : uint32_t {
  kUnavailable = 0,
  kAvailable = 1,
  kCapabilitiesUpdated = 2,
};
enum class ModelBroker : uint32_t {
  kSubscribe = 0,
  kGetConfig = 1,
  kAddModelDownloadProgressObserver = 2,
  kRequestAssetsFor = 3,
};

}  // namespace messages

}  // optimization_guide::mojom

#endif  // COMPONENTS_OPTIMIZATION_GUIDE_PUBLIC_MOJOM_MODEL_BROKER_MOJOM_SHARED_MESSAGE_IDS_H_