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

Side by Side Diff: chrome/test/data/payments/payment_request_metrics_test.html

Issue 2810323002: [Payments] Add metric for when Pr UI is skipped. (Closed)
Patch Set: Use the BooleanSkipped enum 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 unified diff | Download patch
« no previous file with comments | « chrome/test/data/payments/metrics.js ('k') | components/payments/core/journey_logger.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 Copyright 2016 The Chromium Authors. All rights reserved. 3 Copyright 2016 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <html> 7 <html>
8 <head> 8 <head>
9 <title>Metrics Test</title> 9 <title>Metrics Test</title>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
11 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scal e=1"> 11 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scal e=1">
12 </head> 12 </head>
13 <body> 13 <body>
14 <button onclick="ccBuy()" id="ccBuy">CC Buy Test</button><br> 14 <button onclick="ccBuy()" id="ccBuy">CC Buy Test</button><br>
15 <button onclick="androidPayBuy()" id="androidPayBuy">Android Pay Buy Test</butto n><br> 15 <button onclick="androidPayBuy()" id="androidPayBuy">Android Pay Buy Test</butto n><br>
16 <button onclick="androidPaySkipUiBuy()" id="androidPaySkipUiBuy">Android Pay Ski p UI Buy Test</button><br>
16 <button onclick="noSupported()" id="noSupported">No Supported Method Test</butto n><br> 17 <button onclick="noSupported()" id="noSupported">No Supported Method Test</butto n><br>
17 <button onclick="abort()" id="abort">Abort</button> 18 <button onclick="abort()" id="abort">Abort</button>
18 <pre id="result"></pre> 19 <pre id="result"></pre>
19 <script src="util.js"></script> 20 <script src="util.js"></script>
20 <script src="metrics.js"></script> 21 <script src="metrics.js"></script>
21 </body> 22 </body>
22 </html> 23 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/payments/metrics.js ('k') | components/payments/core/journey_logger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698