Chromium Code Reviews| Index: chrome/test/data/android/payments/free_shipping.js |
| diff --git a/chrome/test/data/android/payments/free_shipping.js b/chrome/test/data/android/payments/free_shipping.js |
| index dce4734370bd09f6e5fa29aa1a0a268d0fc08537..fbf3bfb586a801fb4236a8cb501ff25e8534afc8 100644 |
| --- a/chrome/test/data/android/payments/free_shipping.js |
| +++ b/chrome/test/data/android/payments/free_shipping.js |
| @@ -33,10 +33,14 @@ function buy() { // eslint-disable-line no-unused-vars |
| toDictionary(resp.shippingAddress), undefined, 2) + |
| '<br>' + resp.methodName + '<br>' + |
| JSON.stringify(resp.details, undefined, 2)); |
| + }, function(error) { |
|
please use gerrit instead
2016/07/18 17:55:59
Ditto
|
| + print(error); |
| }) |
| .catch(function(error) { |
| print(error.message); |
| }); |
| + }, function(error) { |
|
please use gerrit instead
2016/07/18 17:55:59
Ditto
|
| + print(error); |
| }) |
| .catch(function(error) { |
| print(error.message); |