blob: 1b12bbe06728f1587cde7c8663edc4826b06750b [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_ASSOCIATED_INTERFACES_MOJOM_SHARED_MESSAGE_IDS_H_
#define CONTENT_COMMON_ASSOCIATED_INTERFACES_MOJOM_SHARED_MESSAGE_IDS_H_
#include <stdint.h>
namespace content {
namespace mojom {
namespace internal {
// The 545733173 value is based on sha256(salt + "RouteProvider1").
constexpr uint32_t kRouteProvider_GetRoute_Name = 545733173;
} // namespace internal
} // namespace mojom
} // namespace content
#endif // CONTENT_COMMON_ASSOCIATED_INTERFACES_MOJOM_SHARED_MESSAGE_IDS_H_