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

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

Issue 2851893002: [Payments] Record CanMakePayment metrics on Desktop. (Closed)
Patch Set: Addressed Mathp's comments 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: chrome/test/data/payments/payment_request_can_make_payment_metrics_test.html
diff --git a/chrome/test/data/payments/payment_request_can_make_payment_metrics_test.html b/chrome/test/data/payments/payment_request_can_make_payment_metrics_test.html
index 965bb737b017cdc46c9630d59121450373a46fbd..f62b92f0fbd6c60034ff01057213001f4dee2afa 100644
--- a/chrome/test/data/payments/payment_request_can_make_payment_metrics_test.html
+++ b/chrome/test/data/payments/payment_request_can_make_payment_metrics_test.html
@@ -15,6 +15,7 @@ found in the LICENSE file.
<button onclick="noQueryShow()" id="noQueryShow">No Query Show Test</button><br>
<button onclick="queryShow()" id="queryShow">Query Show Test</button><br>
<button onclick="queryNoShow()" id="queryNoShow">Query No Show Test</button><br>
+<button onclick="abort()" id="abort">Abort</button><br>
<pre id="result"></pre>
<script src="util.js"></script>
<script src="can_make_payment_metrics.js"></script>

Powered by Google App Engine
This is Rietveld 408576698