// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef THIRD_PARTY_BLINK_PUBLIC_COMMON_WEB_PACKAGE_SIGNED_EXCHANGE_CONSTS_H_ #define THIRD_PARTY_BLINK_PUBLIC_COMMON_WEB_PACKAGE_SIGNED_EXCHANGE_CONSTS_H_ #include <stddef.h> #include "third_party/blink/public/common/common_export.h" namespace blink { BLINK_COMMON_EXPORT extern const char kSignedExchangeVariantsHeader[]; BLINK_COMMON_EXPORT extern const char kSignedExchangeVariantKeyHeader[]; BLINK_COMMON_EXPORT extern const char kSignedExchangeMimeType[]; } // namespace blink #endif // THIRD_PARTY_BLINK_PUBLIC_COMMON_WEB_PACKAGE_SIGNED_EXCHANGE_CONSTS_H_