summaryrefslogtreecommitdiff
path: root/chromium/components/payments/core/payment_prefs.h
blob: 1d5917ff2ac3beea22729fa36b1c06f30f912893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Copyright 2017 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_CORE_PAYMENT_PREFS_H_
#define COMPONENTS_PAYMENTS_CORE_PAYMENT_PREFS_H_

namespace user_prefs {
class PrefRegistrySyncable;
}

namespace payments {

// True if the profile has already successfully completed at least one payment
// request transaction.
extern const char kPaymentsFirstTransactionCompleted[];

void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);

}  // namespace payments

#endif  // COMPONENTS_PAYMENTS_CORE_PAYMENT_PREFS_H_