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

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

Issue 2456893002: Remove careOf field from PaymentAddress. (Closed)
Patch Set: Remove use counter Created 4 years, 2 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
« no previous file with comments | « third_party/WebKit/Source/modules/payments/PaymentAddress.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/payments/PaymentAddress.idl
diff --git a/third_party/WebKit/Source/modules/payments/PaymentAddress.idl b/third_party/WebKit/Source/modules/payments/PaymentAddress.idl
index 8a7cdfb0a8e3e2e74805cb6981140b0b3c8605bd..eace53a334ffb406397ab3b4828048c4b89375f4 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentAddress.idl
+++ b/third_party/WebKit/Source/modules/payments/PaymentAddress.idl
@@ -18,6 +18,5 @@
readonly attribute DOMString languageCode;
readonly attribute DOMString organization;
readonly attribute DOMString recipient;
- [DeprecateAs=PaymentAddressCareOf] readonly attribute DOMString careOf;
readonly attribute DOMString phone;
};
« no previous file with comments | « third_party/WebKit/Source/modules/payments/PaymentAddress.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698