| Index: components/payments/content/payment_request_state.h
|
| diff --git a/components/payments/content/payment_request_state.h b/components/payments/content/payment_request_state.h
|
| index ece3bc084541b1d6529cf14d2d1e9949adfad888..242f76188b04cdb81f54bc318f45e80ec6ca98af 100644
|
| --- a/components/payments/content/payment_request_state.h
|
| +++ b/components/payments/content/payment_request_state.h
|
| @@ -102,6 +102,9 @@ class PaymentRequestState : public PaymentResponseHelper::Delegate,
|
| // |is_ready_to_pay|, which is inexpensive.
|
| void GeneratePaymentResponse();
|
|
|
| + // Record the use of the data models that were used in the Payment Request.
|
| + void RecordUseStats();
|
| +
|
| // Gets the Autofill Profile representing the shipping address or contact
|
| // information currently selected for this PaymentRequest flow. Can return
|
| // null.
|
|
|