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

Unified Diff: chrome/test/data/payments/payment_request_metrics_test.html

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
« no previous file with comments | « chrome/test/data/payments/metrics.js ('k') | components/payments/core/journey_logger.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/payments/payment_request_metrics_test.html
diff --git a/chrome/test/data/payments/payment_request_metrics_test.html b/chrome/test/data/payments/payment_request_metrics_test.html
index d2eab70c3f41d6bd33ce9b93fdfe6928170d6b4a..d567b4a20188118351d8c15596df36c772c83e56 100644
--- a/chrome/test/data/payments/payment_request_metrics_test.html
+++ b/chrome/test/data/payments/payment_request_metrics_test.html
@@ -13,6 +13,7 @@ found in the LICENSE file.
<body>
<button onclick="ccBuy()" id="ccBuy">CC Buy Test</button><br>
<button onclick="androidPayBuy()" id="androidPayBuy">Android Pay Buy Test</button><br>
+<button onclick="androidPaySkipUiBuy()" id="androidPaySkipUiBuy">Android Pay Skip UI Buy Test</button><br>
<button onclick="noSupported()" id="noSupported">No Supported Method Test</button><br>
<button onclick="abort()" id="abort">Abort</button>
<pre id="result"></pre>
« no previous file with comments | « chrome/test/data/payments/metrics.js ('k') | components/payments/core/journey_logger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698