| 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>
|
|
|