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

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

Issue 2349133002: PaymentRequest: Make the PaymentResponse interface serializable. (Closed)
Patch Set: PaymentRequest: Make the PaymentResponse interface serializable. Created 4 years, 3 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 42cfba3747c865f2a39dd6eb69e1d70027ac9986..a8f6fd8773dbe747ff97414b115882fe62c61f89 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentResponse.idl
+++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.idl
@@ -15,6 +15,8 @@ enum PaymentComplete {
[
RuntimeEnabled=PaymentRequest,
] interface PaymentResponse {
+ serializer = {attribute};
+
readonly attribute DOMString methodName;
readonly attribute DOMString? payerEmail;
readonly attribute DOMString? payerPhone;

Powered by Google App Engine
This is Rietveld 408576698