chromium/services/network/public/cpp/document_isolation_policy.h

// Copyright 2024 The Chromium Authors
// 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_DOCUMENT_ISOLATION_POLICY_H_
#define SERVICES_NETWORK_PUBLIC_CPP_DOCUMENT_ISOLATION_POLICY_H_

#include <optional>
#include <string>

#include "base/component_export.h"
#include "services/network/public/mojom/document_isolation_policy.mojom-shared.h"

namespace network {

// This corresponds to network::mojom::DocumentIsolationPolicy.
// See the comments there.
struct COMPONENT_EXPORT(NETWORK_CPP_DOCUMENT_ISOLATION)
    DocumentIsolationPolicy final {};

}  // namespace network

#endif  // SERVICES_NETWORK_PUBLIC_CPP_DOCUMENT_ISOLATION_POLICY_H_