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

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

Issue 2199813003: [Payments] Add metrics for Payment Request aborts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metrics
Patch Set: Moved metrics enum to PaymentRequestMetrics.java 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
Index: chrome/test/data/android/payments/payment_request_metrics_test.html
diff --git a/chrome/test/data/android/payments/payment_request_contact_details_and_free_shipping_test.html b/chrome/test/data/android/payments/payment_request_metrics_test.html
similarity index 56%
copy from chrome/test/data/android/payments/payment_request_contact_details_and_free_shipping_test.html
copy to chrome/test/data/android/payments/payment_request_metrics_test.html
index f6ce82f5b13b073019329b58ca5a5c459754d905..74659a97b4f21121ec6b6933bee84fec6ca05933 100644
--- a/chrome/test/data/android/payments/payment_request_contact_details_and_free_shipping_test.html
+++ b/chrome/test/data/android/payments/payment_request_metrics_test.html
@@ -6,15 +6,18 @@ found in the LICENSE file.
-->
<html>
<head>
-<title>Contact Details and Free Shipping Test</title>
+<title>Metrics Test</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
-<button onclick="buy()" id="buy">Contact Details and Free Shipping Test</button>
+<button onclick="buy()" id="buy">Metrics Test</button><br>
please use gerrit instead 2016/08/03 18:05:23 Are made huge in style.css, so that the test code
sebsg 2016/08/03 19:47:33 Done.
+<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="contact_details_and_free_shipping.js"></script>
+<script src="metrics.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698