blob: 5ff5af41e7ab8eaa90b31284f226f173b441e724 [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_CHILD_MOJOM_SHARED_MESSAGE_IDS_H_
#define CONTENT_COMMON_CHILD_MOJOM_SHARED_MESSAGE_IDS_H_
#include <stdint.h>
namespace content {
namespace mojom {
namespace internal {
// The 2091331666 value is based on sha256(salt + "Child1").
constexpr uint32_t kChild_CrashHungProcess_Name = 2091331666;
} // namespace internal
} // namespace mojom
} // namespace content
#endif // CONTENT_COMMON_CHILD_MOJOM_SHARED_MESSAGE_IDS_H_