blob: c44e5d3e85da681cd2475c4496eee4aa3a07fdaa [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_MOJOM_TIME_ZONE_MONITOR_MOJOM_SHARED_MESSAGE_IDS_H_
#define SERVICES_DEVICE_PUBLIC_MOJOM_TIME_ZONE_MONITOR_MOJOM_SHARED_MESSAGE_IDS_H_
#include <stdint.h>
namespace device {
namespace mojom {
namespace internal {
// The 15946701 value is based on sha256(salt + "TimeZoneMonitor1").
constexpr uint32_t kTimeZoneMonitor_AddClient_Name = 15946701;
// The 1073148055 value is based on sha256(salt + "TimeZoneMonitorClient1").
constexpr uint32_t kTimeZoneMonitorClient_OnTimeZoneChange_Name = 1073148055;
} // namespace internal
} // namespace mojom
} // namespace device
#endif // SERVICES_DEVICE_PUBLIC_MOJOM_TIME_ZONE_MONITOR_MOJOM_SHARED_MESSAGE_IDS_H_