chromium/components/component_updater/installer_policies/tpcd_metadata_component_installer_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 COMPONENTS_COMPONENT_UPDATER_INSTALLER_POLICIES_TPCD_METADATA_COMPONENT_INSTALLER_POLICY_H_
#define COMPONENTS_COMPONENT_UPDATER_INSTALLER_POLICIES_TPCD_METADATA_COMPONENT_INSTALLER_POLICY_H_

#include <cstdint>
#include <optional>
#include <string>
#include <vector>

#include "base/functional/callback.h"
#include "base/values.h"
#include "components/component_updater/component_installer.h"
#include "components/tpcd/metadata/browser/parser.h"
#include "components/update_client/update_client.h"

namespace base {
class FilePath;
}  // namespace base

namespace component_updater {

inline constexpr base::FilePath::CharType kTpcdMetadataComponentFileName[] =);
class TpcdMetadataComponentInstallerPolicy : public ComponentInstallerPolicy {};

}  // namespace component_updater

#endif  // COMPONENTS_COMPONENT_UPDATER_INSTALLER_POLICIES_TPCD_METADATA_COMPONENT_INSTALLER_POLICY_H_