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

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

Issue 2352513002: PaymentRequest: Deprecate careOf attribute in PaymentAddress. (Closed)
Patch Set: PaymentRequest: Deprecate careOf attribute in PaymentAddress. Created 4 years, 3 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/util.js
diff --git a/chrome/test/data/android/payments/util.js b/chrome/test/data/android/payments/util.js
index 4c3c08a42328021dc9e31052f2ef684535a4ec7e..7b907bf21b6c99e43849c687c7fb27020616e5ce 100644
--- a/chrome/test/data/android/payments/util.js
+++ b/chrome/test/data/android/payments/util.js
@@ -30,7 +30,6 @@ function toDictionary(addr) { // eslint-disable-line no-unused-vars
dict.languageCode = addr.languageCode;
dict.organization = addr.organization;
dict.recipient = addr.recipient;
- dict.careOf = addr.careOf;
dict.phone = addr.phone;
}
return dict;

Powered by Google App Engine
This is Rietveld 408576698