blob: 8ab9048d3a9356fde384920f96de65445e63d027 [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_NAVIGATION_CLIENT_MOJOM_SHARED_MESSAGE_IDS_H_
#define CONTENT_COMMON_NAVIGATION_CLIENT_MOJOM_SHARED_MESSAGE_IDS_H_
#include <stdint.h>
namespace content {
namespace mojom {
namespace internal {
// The 1832505783 value is based on sha256(salt + "NavigationClient1").
constexpr uint32_t kNavigationClient_CommitNavigation_Name = 1832505783;
// The 365936264 value is based on sha256(salt + "NavigationClient2").
constexpr uint32_t kNavigationClient_CommitFailedNavigation_Name = 365936264;
} // namespace internal
} // namespace mojom
} // namespace content
#endif // CONTENT_COMMON_NAVIGATION_CLIENT_MOJOM_SHARED_MESSAGE_IDS_H_