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

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

Issue 2220713002: [Payments] Add Payment Request metrics for selected payment method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: chrome/test/data/android/payments/payment_request_metrics_test.html
diff --git a/chrome/test/data/android/payments/payment_request_metrics_test.html b/chrome/test/data/android/payments/payment_request_metrics_test.html
index 00f6ea70afed1b4245de962c6b6698a6c57c02e0..2553a3a46989b2a98cddfbccc3650efec2ab5d25 100644
--- a/chrome/test/data/android/payments/payment_request_metrics_test.html
+++ b/chrome/test/data/android/payments/payment_request_metrics_test.html
@@ -11,8 +11,8 @@ found in the LICENSE file.
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
</head>
<body>
-<button onclick="buy()" id="buy">Metrics Test</button><br>
-<button onclick="noMatching()" id="noMatching">No Matching Method Test</button><br>
+<button onclick="ccBuy()" id="ccBuy">CC Buy Test</button><br>
+<button onclick="bobPayBuy()" id="bobPayBuy">BobPay 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>

Powered by Google App Engine
This is Rietveld 408576698