blob: 364f883515f4681eab8fa6e5fd21f198b7876e47 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_PAYMENTS_CONTENT_ANDROID_PAYMENT_FEATURE_LIST_H_
#define COMPONENTS_PAYMENTS_CONTENT_ANDROID_PAYMENT_FEATURE_LIST_H_
#include <jni.h>
#include "base/feature_list.h"
namespace payments {
namespace android {
// Android only payment features in alphabetical order:
extern const base::Feature kAndroidAppPaymentUpdateEvents;
} // namespace android
} // namespace payments
#endif // COMPONENTS_PAYMENTS_CONTENT_ANDROID_PAYMENT_FEATURE_LIST_H_