chromium/chrome/browser/component_updater/first_party_sets_component_installer.cc

// Copyright 2020 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/first_party_sets_component_installer.h"

#include "components/component_updater/installer_policies/first_party_sets_component_installer_policy.h"

#include "base/feature_list.h"
#include "base/logging.h"
#include "base/task/thread_pool.h"
#include "content/public/browser/first_party_sets_handler.h"
#include "content/public/common/content_features.h"
#include "net/base/features.h"

ComponentUpdateService;

namespace {

base::TaskPriority GetTaskPriority() {}

}  // namespace

namespace component_updater {

void RegisterFirstPartySetsComponent(ComponentUpdateService* cus) {}

}  // namespace component_updater