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

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

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: third_party/WebKit/Source/modules/payments/PaymentAddress.cpp
diff --git a/third_party/WebKit/Source/modules/payments/PaymentAddress.cpp b/third_party/WebKit/Source/modules/payments/PaymentAddress.cpp
index ded6d4c01c834fd31e4527257997b09a8ea722c6..844ba4810eca43b52b1b4eba614152fb8e2d2ebf 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentAddress.cpp
+++ b/third_party/WebKit/Source/modules/payments/PaymentAddress.cpp
@@ -20,7 +20,6 @@ PaymentAddress::PaymentAddress(mojom::blink::PaymentAddressPtr address)
, m_languageCode(address->language_code)
, m_organization(address->organization)
, m_recipient(address->recipient)
- , m_careOf(address->careOf)
, m_phone(address->phone)
{
if (!m_languageCode.isEmpty() && !address->script_code.isEmpty()) {

Powered by Google App Engine
This is Rietveld 408576698