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

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

Issue 2810323002: [Payments] Add metric for when Pr UI is skipped. (Closed)
Patch Set: Use the BooleanSkipped enum Created 3 years, 8 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/core/journey_logger.h
diff --git a/components/payments/core/journey_logger.h b/components/payments/core/journey_logger.h
index 85c850e4773ac9e989cc38e7f4d58c663b490eab..c3330eb854043a3595a7dca6f3e90470adc6562e 100644
--- a/components/payments/core/journey_logger.h
+++ b/components/payments/core/journey_logger.h
@@ -65,7 +65,8 @@ class JourneyLogger {
EVENT_SHOWN = 1 << 0,
EVENT_PAY_CLICKED = 1 << 1,
EVENT_RECEIVED_INSTRUMENT_DETAILS = 1 << 2,
- EVENT_MAX = 8,
+ EVENT_SKIPPED_SHOW = 1 << 3,
+ EVENT_MAX = 16,
};
// Used to mesure the impact of the CanMakePayment return value on whether the
« no previous file with comments | « chrome/test/data/payments/payment_request_metrics_test.html ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698