chromium/components/autofill/core/browser/payments/autofill_payments_feature_availability.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 "components/autofill/core/browser/payments/autofill_payments_feature_availability.h"

#include "components/autofill/core/browser/autofill_client.h"
#include "components/autofill/core/browser/data_model/credit_card.h"
#include "components/autofill/core/browser/payments_data_manager.h"
#include "components/autofill/core/common/autofill_payments_features.h"

namespace autofill {

bool ShouldShowCardMetadata(const CreditCard& card) {}

bool DidDisplayBenefitForCard(
    const CreditCard& card,
    const AutofillClient& autofill_client,
    const PaymentsDataManager& payments_data_manager) {}

bool VirtualCardFeatureEnabled() {}

bool IsVcn3dsEnabled() {}

bool IsSaveCardLoadingAndConfirmationEnabled() {}

}  // namespace autofill