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

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

Issue 2038423002: Adding support for phone and email. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 8f33f40c6996439b7277191ff1d5fedc5a5a7314..7f63c07b0298aa54fbd0d51a2b6bb0ea3761d4b4 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentResponse.idl
+++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.idl
@@ -8,6 +8,8 @@
RuntimeEnabled=PaymentRequest,
] interface PaymentResponse {
readonly attribute DOMString methodName;
+ readonly attribute DOMString payerEmail;
+ readonly attribute DOMString payerPhone;
[CallWith=ScriptState, RaisesException] readonly attribute object details;
[CallWith=ScriptState] Promise<void> complete(boolean success);

Powered by Google App Engine
This is Rietveld 408576698