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

Unified Diff: components/payments/content/payment_app.mojom

Issue 2718013004: PaymentApp: Implement respondWith() in PaymentRequestEvent. (content side) (Closed)
Patch Set: PaymentApp: Implement respondWith() in PaymentRequestEvent. (content side) Created 3 years, 9 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: components/payments/content/payment_app.mojom
diff --git a/components/payments/content/payment_app.mojom b/components/payments/content/payment_app.mojom
index 0d9f7c655ad95ce00108c6592d6e4bf1858121e4..d0bb06cd3d8eaea278057140f6759eef489065ce 100644
--- a/components/payments/content/payment_app.mojom
+++ b/components/payments/content/payment_app.mojom
@@ -42,3 +42,8 @@ struct PaymentAppRequest {
array<PaymentDetailsModifier> modifiers;
string optionId;
};
+
+struct PaymentAppResponse {
+ string method_name;
Tom Sepez 2017/03/07 17:22:39 What are the restrictions on the values of these t
zino 2017/03/27 15:27:04 As I know, there are no restrictions in spec side.
+ string stringified_details;
+};

Powered by Google App Engine
This is Rietveld 408576698