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

Unified Diff: components/payments/payment_request.mojom

Issue 2578323006: Parsing new Android Pay Payment Request API member: minGooglePlayServicesVersion (Closed)
Patch Set: review comments 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..863d4398be434bfe137e7f51ff8813b498a6c692 100644
--- a/components/payments/payment_request.mojom
+++ b/components/payments/payment_request.mojom
@@ -128,6 +128,8 @@ struct PaymentMethodData {
array<AndroidPayCardNetwork> allowed_card_networks;
AndroidPayTokenization tokenization_type;
array<AndroidPayTokenizationParameter> parameters;
+ // Value of 0 means the merchant did not specify or it was an invalid value.
+ int32 min_google_play_services_version;
};
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