| Index: chrome/test/data/android/payments/metrics.js
|
| diff --git a/chrome/test/data/android/payments/metrics.js b/chrome/test/data/android/payments/metrics.js
|
| index 3f12883863e05027c25f210f5a0bcd278d4faf5e..7f23051aa82036c0f0e17faa01b2fe15115c30fd 100644
|
| --- a/chrome/test/data/android/payments/metrics.js
|
| +++ b/chrome/test/data/android/payments/metrics.js
|
| @@ -12,7 +12,7 @@ var request;
|
| /**
|
| * Launches the PaymentRequest UI that accepts credit cards.
|
| */
|
| -function buy() { // eslint-disable-line no-unused-vars
|
| +function ccBuy() { // eslint-disable-line no-unused-vars
|
| try {
|
| request = new PaymentRequest(
|
| [{supportedMethods: ['visa']}], {
|
| @@ -47,7 +47,7 @@ function buy() { // eslint-disable-line no-unused-vars
|
| * Launches the PaymentRequest UI which accepts a supported payment method but
|
| * does not accept credit cards.
|
| */
|
| -function noMatching() { // eslint-disable-line no-unused-vars
|
| +function bobPayBuy() { // eslint-disable-line no-unused-vars
|
| try {
|
| request = new PaymentRequest(
|
| [{supportedMethods: ['https://bobpay.com']}], {
|
|
|