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

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

Issue 2045833002: Add 'selected' boolean to 'ShippingOption' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: third_party/WebKit/Source/modules/payments/ShippingOption.idl
diff --git a/third_party/WebKit/Source/modules/payments/ShippingOption.idl b/third_party/WebKit/Source/modules/payments/ShippingOption.idl
index faa63b5bac0cbe913b6f18df5ecbf07681e95e7e..6d48a3c2e57bd6744a09093e7b96a4f759e0116a 100644
--- a/third_party/WebKit/Source/modules/payments/ShippingOption.idl
+++ b/third_party/WebKit/Source/modules/payments/ShippingOption.idl
@@ -10,4 +10,5 @@
required DOMString id;
required DOMString label;
required CurrencyAmount amount;
+ boolean selected = false;
};

Powered by Google App Engine
This is Rietveld 408576698