chromium/components/payments/core/method_strings.cc

// Copyright 2019 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/method_strings.h"

namespace payments {
namespace methods {

// Please keep the list alphabetized.

const char kAndroidPay[] =;
const char kBasicCard[] =;
const char kGooglePay[] =;
const char kGooglePayAuthentication[] =;
const char kGooglePlayBilling[] =;
const char kSecurePaymentConfirmation[] =;

}  // namespace methods
}  // namespace payments