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

Unified Diff: components/payments/payment_request.mojom

Issue 2578323006: Parsing new Android Pay Payment Request API member: minGooglePlayServicesVersion (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/payments/AndroidPayMethodData.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/payment_request.mojom
diff --git a/components/payments/payment_request.mojom b/components/payments/payment_request.mojom
index b6058f3c4e228d5897f71d29de8e6b02831a86c2..e37c0695dddb607ad65266bfa70cdb0effdcad0b 100644
--- a/components/payments/payment_request.mojom
+++ b/components/payments/payment_request.mojom
@@ -128,6 +128,7 @@ struct PaymentMethodData {
array<AndroidPayCardNetwork> allowed_card_networks;
AndroidPayTokenization tokenization_type;
array<AndroidPayTokenizationParameter> parameters;
+ string? min_google_play_services_version;
please use gerrit instead 2016/12/19 20:25:04 Can this be an Integer? I've asked for a boolean
Walter Cacau 2016/12/19 21:32:11 Done.
};
struct PaymentDetailsModifier {
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/payments/AndroidPayMethodData.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698