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

Unified Diff: ios/chrome/browser/web/resources/payment_request.js

Issue 2968503002: [Payment Request] CanMakePayment (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « ios/chrome/browser/ui/payments/payment_request_manager.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/web/resources/payment_request.js
diff --git a/ios/chrome/browser/web/resources/payment_request.js b/ios/chrome/browser/web/resources/payment_request.js
index 0132b916c00b64deb29f13ccfa5ffac55694abc6..ed564ad24eada7dbc14e70341456bfdaf01efd54 100644
--- a/ios/chrome/browser/web/resources/payment_request.js
+++ b/ios/chrome/browser/web/resources/payment_request.js
@@ -304,7 +304,7 @@ var SerializedPaymentResponse;
/**
* Rejects the pending PaymentRequest.
* @param {string} message An error message explaining why the Promise is
- * being rejected.
+ * being rejected.
*/
__gCrWeb['paymentRequestManager'].rejectRequestPromise = function(message) {
if (!__gCrWeb['paymentRequestManager'].requestPromiseResolver) {
« no previous file with comments | « ios/chrome/browser/ui/payments/payment_request_manager.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698