blob: f0d40ae53f2d0146680c268b2c43f60490c2ca6b [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SERVICES_DEVICE_PUBLIC_INTERFACES_BATTERY_MONITOR_MOJOM_SHARED_MESSAGE_IDS_H_
#define SERVICES_DEVICE_PUBLIC_INTERFACES_BATTERY_MONITOR_MOJOM_SHARED_MESSAGE_IDS_H_
#include <stdint.h>
namespace device {
namespace mojom {
namespace internal {
// The 250873833 value is based on sha256(salt + "BatteryMonitor1").
constexpr uint32_t kBatteryMonitor_QueryNextStatus_Name = 250873833;
} // namespace internal
} // namespace mojom
} // namespace device
#endif // SERVICES_DEVICE_PUBLIC_INTERFACES_BATTERY_MONITOR_MOJOM_SHARED_MESSAGE_IDS_H_