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

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

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
Index: third_party/WebKit/Source/modules/payments/PaymentAddress.h
diff --git a/third_party/WebKit/Source/modules/payments/PaymentAddress.h b/third_party/WebKit/Source/modules/payments/PaymentAddress.h
index 53ce0c3964e4d98dd6130311826805148a151fb5..beaeaa8816366134072711031fa6b3ddbcfa784d 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentAddress.h
+++ b/third_party/WebKit/Source/modules/payments/PaymentAddress.h
@@ -38,7 +38,6 @@ class MODULES_EXPORT PaymentAddress final
const String& languageCode() const { return m_languageCode; }
const String& organization() const { return m_organization; }
const String& recipient() const { return m_recipient; }
- const String careOf() const { return WTF::emptyString(); }
const String& phone() const { return m_phone; }
DEFINE_INLINE_TRACE() {}
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | third_party/WebKit/Source/modules/payments/PaymentAddress.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698