blob: a6e7b8fd57ae8b6c6600a0088191885ee130819a [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_NETWORK_PUBLIC_CPP_NETWORK_TRAITS_TEST_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_
#define SERVICES_NETWORK_PUBLIC_CPP_NETWORK_TRAITS_TEST_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_
#include <stdint.h>
namespace network {
namespace mojom {
namespace internal {
// The 827422553 value is based on sha256(salt + "TraitsTestService1").
constexpr uint32_t kTraitsTestService_EchoHttpRequestHeaders_Name = 827422553;
} // namespace internal
} // namespace mojom
} // namespace network
#endif // SERVICES_NETWORK_PUBLIC_CPP_NETWORK_TRAITS_TEST_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_