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

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

Issue 2578323006: Parsing new Android Pay Payment Request API member: minGooglePlayServicesVersion (Closed)
Patch Set: making minGooglePlayServicesVersion an int32 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;
please use gerrit instead 2016/12/19 21:47:38 You will get free parsing and error handling if yo
Walter Cacau 2016/12/19 22:16:54 Generally with numbers where we care about precisi
};

Powered by Google App Engine
This is Rietveld 408576698