Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: components/payments/content/payment_request_state.h

Issue 2874873002: [Payments] Record use stats after payment request completion. (Closed)
Patch Set: Removed billing address log Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « components/payments/content/payment_request.cc ('k') | components/payments/content/payment_request_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698