chromium/components/plus_addresses/affiliations/plus_address_affiliation_source_adapter.cc

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

#include "components/plus_addresses/affiliations/plus_address_affiliation_source_adapter.h"

#include "base/containers/span.h"
#include "components/affiliations/core/browser/affiliation_utils.h"
#include "components/plus_addresses/plus_address_service.h"
#include "components/plus_addresses/plus_address_types.h"

namespace plus_addresses {
namespace {
FacetURI;
}  // namespace

PlusAddressAffiliationSourceAdapter::PlusAddressAffiliationSourceAdapter(
    PlusAddressService* service)
    :{}

PlusAddressAffiliationSourceAdapter::~PlusAddressAffiliationSourceAdapter() =
    default;

void PlusAddressAffiliationSourceAdapter::GetFacets(
    AffiliationSource::ResultCallback response_callback) {}

void PlusAddressAffiliationSourceAdapter::StartObserving(
    AffiliationSource::Observer* observer) {}

void PlusAddressAffiliationSourceAdapter::OnPlusAddressesChanged(
    const std::vector<PlusAddressDataChange>& changes) {}

void PlusAddressAffiliationSourceAdapter::OnPlusAddressServiceShutdown() {}

}  // namespace plus_addresses