chromium/components/payments/core/features.cc

// Copyright 2017 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/payments/core/features.h"

#include "build/build_config.h"
#include "build/chromeos_buildflags.h"

#if BUILDFLAG(USE_BLINK)
#include "third_party/blink/public/common/features_generated.h"
#endif

namespace payments {
namespace features {

BASE_FEATURE();

// TODO(rouslan): Remove this.
BASE_FEATURE();

// TODO(rouslan): Remove this.
BASE_FEATURE();

BASE_FEATURE();

BASE_FEATURE();

BASE_FEATURE();

BASE_FEATURE();

BASE_FEATURE();

BASE_FEATURE();

#if !BUILDFLAG(IS_ANDROID)
BASE_FEATURE();
#endif

BASE_FEATURE();

BASE_FEATURE();

#if BUILDFLAG(USE_BLINK)
const base::FeatureParam<std::string>
    kSecurePaymentConfirmationNetworkAndIssuerIconsOptions(
        &blink::features::kSecurePaymentConfirmationNetworkAndIssuerIcons,
        /*name=*/"spc_network_and_issuer_icons_option",
        /*default_value=*/"rows");

SecurePaymentConfirmationNetworkAndIssuerIconsTreatment
GetNetworkAndIssuerIconsTreatment() {}
#endif

}  // namespace features
}  // namespace payments