chromium/chrome/browser/component_updater/tpcd_metadata_component_installer.cc

// 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.

#include "chrome/browser/component_updater/tpcd_metadata_component_installer.h"

#include <memory>
#include <string>

#include "base/functional/bind.h"
#include "base/functional/callback.h"
#include "base/logging.h"
#include "base/memory/scoped_refptr.h"
#include "components/component_updater/installer_policies/tpcd_metadata_component_installer_policy.h"
#include "components/tpcd/metadata/browser/parser.h"
#include "content/public/browser/browser_thread.h"

namespace component_updater {

void RegisterTpcdMetadataComponent(ComponentUpdateService* cus) {}

}  // namespace component_updater