chromium/components/content_relationship_verification/response_header_verifier.h

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_CONTENT_RELATIONSHIP_VERIFICATION_RESPONSE_HEADER_VERIFIER_H_
#define COMPONENTS_CONTENT_RELATIONSHIP_VERIFICATION_RESPONSE_HEADER_VERIFIER_H_

#include <string>

namespace content_relationship_verification {

// Verification status for a certain Android package name based on the returned
// |kEmbedderAncestorHeader|-header.
enum class ResponseHeaderVerificationResult {};

class ResponseHeaderVerifier {};

extern const char kEmbedderAncestorHeader[];
}  // namespace content_relationship_verification

#endif  // COMPONENTS_CONTENT_RELATIONSHIP_VERIFICATION_RESPONSE_HEADER_VERIFIER_H_