blob: d9c67d9571d61f6acf5e535dd71f268bcb81ec7c [file] [log] [blame]
// Copyright 2019 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 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 <string>
#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_