blob: 95c049ec359f98c0b3a38fe63ce34e9c51d8ab05 [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 CONTENT_COMMON_SERVICE_CONTROL_MOJOM_SHARED_MESSAGE_IDS_H_
#define CONTENT_COMMON_SERVICE_CONTROL_MOJOM_SHARED_MESSAGE_IDS_H_
#include <stdint.h>
namespace content {
namespace mojom {
namespace internal {
// The 1499295004 value is based on sha256(salt + "ServiceControl1").
constexpr uint32_t kServiceControl_BindServiceInterface_Name = 1499295004;
} // namespace internal
} // namespace mojom
} // namespace content
#endif // CONTENT_COMMON_SERVICE_CONTROL_MOJOM_SHARED_MESSAGE_IDS_H_