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

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

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
Index: third_party/WebKit/Source/modules/payments/AndroidPayMethodData.idl
diff --git a/third_party/WebKit/Source/modules/payments/AndroidPayMethodData.idl b/third_party/WebKit/Source/modules/payments/AndroidPayMethodData.idl
index 291d54707d09f067c29d4309bc05dbf866fe35f8..aa19da964316ad3bfe4a5ab16afd20aa5febb8b4 100644
--- a/third_party/WebKit/Source/modules/payments/AndroidPayMethodData.idl
+++ b/third_party/WebKit/Source/modules/payments/AndroidPayMethodData.idl
@@ -11,4 +11,5 @@ dictionary AndroidPayMethodData {
DOMString merchantId;
sequence<DOMString> allowedCardNetworks;
AndroidPayTokenization paymentMethodTokenizationParameters;
+ DOMString minGooglePlayServicesVersion;
};
« no previous file with comments | « components/payments/payment_request.mojom ('k') | third_party/WebKit/Source/modules/payments/PaymentRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698