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

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

Issue 2228493003: [Merge M-53] [Payments] Add metrics for Payment Request aborts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 4 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/android/payments/metrics.js ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/android/payments/payment_request_metrics_test.html
diff --git a/chrome/test/data/android/payments/payment_request_abort_test.html b/chrome/test/data/android/payments/payment_request_metrics_test.html
similarity index 60%
copy from chrome/test/data/android/payments/payment_request_abort_test.html
copy to chrome/test/data/android/payments/payment_request_metrics_test.html
index cd63ef76c56d6989e70685f8a1e770b574de139c..00f6ea70afed1b4245de962c6b6698a6c57c02e0 100644
--- a/chrome/test/data/android/payments/payment_request_abort_test.html
+++ b/chrome/test/data/android/payments/payment_request_metrics_test.html
@@ -6,15 +6,17 @@ found in the LICENSE file.
-->
<html>
<head>
-<title>Abort Test</title>
+<title>Metrics Test</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
</head>
<body>
-<button onclick="buy()" id="buy">Buy</button><br>
+<button onclick="buy()" id="buy">Metrics Test</button><br>
+<button onclick="noMatching()" id="noMatching">No Matching Method 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>
<script src="util.js"></script>
-<script src="abort.js"></script>
+<script src="metrics.js"></script>
</body>
</html>
« no previous file with comments | « chrome/test/data/android/payments/metrics.js ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698