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

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentResponse.idl

Issue 2770193003: Implement request id in PaymentDetailsInit (Closed)
Patch Set: Rebase once more since mojom file moved 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/payments/PaymentResponse.idl
diff --git a/third_party/WebKit/Source/modules/payments/PaymentResponse.idl b/third_party/WebKit/Source/modules/payments/PaymentResponse.idl
index 71284189bf1531b1c9b8e6ddef88757c10ac2b73..9d21cb9dc18da5524ea454b59198049d76d058d9 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentResponse.idl
+++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.idl
@@ -17,6 +17,7 @@ enum PaymentComplete {
] interface PaymentResponse {
serializer = {attribute};
+ readonly attribute DOMString requestId;
readonly attribute DOMString methodName;
[RuntimeEnabled=PaymentRequestPayerName] readonly attribute DOMString? payerName;
readonly attribute DOMString? payerEmail;

Powered by Google App Engine
This is Rietveld 408576698