chromium/chrome/browser/component_updater/masked_domain_list_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/masked_domain_list_component_installer.h"

#include <utility>

#include "base/logging.h"
#include "base/task/task_traits.h"
#include "base/version.h"
#include "components/component_updater/installer_policies/masked_domain_list_component_installer_policy.h"
#include "content/public/browser/network_service_instance.h"
#include "mojo/public/cpp/base/proto_wrapper.h"
#include "services/network/public/mojom/network_service.mojom.h"

namespace component_updater {

void RegisterMaskedDomainListComponent(ComponentUpdateService* cus) {}
}  // namespace component_updater