This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhuyujia-webhopper/collector/adg-linux/gen/extensions/common/api/mime_handler.mojom-shared-message-ids.h
little_stone bd2d50cf35 code update
2022-05-05 20:41:28 +08:00

24 lines
841 B
C++
Executable File

// 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 EXTENSIONS_COMMON_API_MIME_HANDLER_MOJOM_SHARED_MESSAGE_IDS_H_
#define EXTENSIONS_COMMON_API_MIME_HANDLER_MOJOM_SHARED_MESSAGE_IDS_H_
#include <stdint.h>
namespace extensions {
namespace mime_handler {
namespace internal {
// The 84708826 value is based on sha256(salt + "MimeHandlerService1").
constexpr uint32_t kMimeHandlerService_GetStreamInfo_Name = 84708826;
// The 346161876 value is based on sha256(salt + "MimeHandlerService2").
constexpr uint32_t kMimeHandlerService_AbortStream_Name = 346161876;
} // namespace internal
} // namespace mime_handler
} // namespace extensions
#endif // EXTENSIONS_COMMON_API_MIME_HANDLER_MOJOM_SHARED_MESSAGE_IDS_H_