Index: third_party/WebKit/Source/modules/payments/PaymentRequest.idl |
diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequest.idl b/third_party/WebKit/Source/modules/payments/PaymentRequest.idl |
index c320eb7fb6df2f2e63fdf4e08415b079c00be169..26f23426ca2bd07b7912c065a846c6adaec730fb 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentRequest.idl |
+++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.idl |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// https://w3c.github.io/browser-payment-api/#paymentrequest-interface |
+// https://w3c.github.io/browser-payment-api/ |
// http://crbug.com/587995 |
[ |
@@ -22,4 +22,7 @@ |
attribute EventHandler onshippingaddresschange; |
attribute EventHandler onshippingoptionchange; |
+ |
+ // https://github.com/zkoch/zkoch.github.io/blob/master/pr-detect-avail.md |
+ [CallWith=ScriptState] Promise<bool> canMakeActivePayment(); |
}; |