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

Unified Diff: chrome/test/data/android/payments/dynamic_shipping.js

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: chrome/test/data/android/payments/dynamic_shipping.js
diff --git a/chrome/test/data/android/payments/dynamic_shipping.js b/chrome/test/data/android/payments/dynamic_shipping.js
index 311353151308b29091920b1aa021e501be4272ff..375af7e0a00be9bcbfad2e9f02d80592c6d40e03 100644
--- a/chrome/test/data/android/payments/dynamic_shipping.js
+++ b/chrome/test/data/android/payments/dynamic_shipping.js
@@ -62,7 +62,8 @@ function updateDetails(details, addr) {
var shippingOption = {
id: '',
label: '',
- amount: {currency: 'USD', value: '0.00'}
+ amount: {currency: 'USD', value: '0.00'},
+ selected: true
};
if (addr.administrativeArea === 'CA') {
shippingOption.id = 'ca';

Powered by Google App Engine
This is Rietveld 408576698