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

Unified Diff: components/payments/core/journey_logger.h

Issue 2929133004: Merge-60 [Payments] Record abort reasons on desktop. (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « components/payments/content/payment_request.cc ('k') | components/payments/core/journey_logger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/core/journey_logger.h
diff --git a/components/payments/core/journey_logger.h b/components/payments/core/journey_logger.h
index dd6cebd1e2c2b379fb8e1af35131ebe4879b73d2..b37f7ae48dd22409049673f3d0e2f2a69f7f0433 100644
--- a/components/payments/core/journey_logger.h
+++ b/components/payments/core/journey_logger.h
@@ -122,6 +122,8 @@ class JourneyLogger {
ABORT_REASON_NO_MATCHING_PAYMENT_METHOD = 6, // Deprecated.
ABORT_REASON_NO_SUPPORTED_PAYMENT_METHOD = 7, // Deprecated.
ABORT_REASON_OTHER = 8,
+ ABORT_REASON_USER_NAVIGATION = 9,
+ ABORT_REASON_MERCHANT_NAVIGATION = 10,
ABORT_REASON_MAX,
};
« no previous file with comments | « components/payments/content/payment_request.cc ('k') | components/payments/core/journey_logger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698