// third_party/blink/public/mojom/device/device.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 THIRD_PARTY_BLINK_PUBLIC_MOJOM_DEVICE_DEVICE_MOJOM_SHARED_MESSAGE_IDS_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_DEVICE_DEVICE_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace blink::mojom {
namespace messages {


enum class ManagedConfigurationObserver : uint32_t {
  kOnConfigurationChanged = 0,
};
enum class DeviceAPIService : uint32_t {
  kGetDirectoryId = 0,
  kGetHostname = 1,
  kGetSerialNumber = 2,
  kGetAnnotatedAssetId = 3,
  kGetAnnotatedLocation = 4,
};
enum class ManagedConfigurationService : uint32_t {
  kGetManagedConfiguration = 0,
  kSubscribeToManagedConfiguration = 1,
};

}  // namespace messages

}  // blink::mojom

#endif  // THIRD_PARTY_BLINK_PUBLIC_MOJOM_DEVICE_DEVICE_MOJOM_SHARED_MESSAGE_IDS_H_