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

Unified Diff: components/payments/core/payment_instrument.cc

Issue 2913223002: Make payment instrument labels dynamic (Closed)
Patch Set: Created 3 years, 7 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 | « components/payments/core/payment_instrument.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/core/payment_instrument.cc
diff --git a/components/payments/core/payment_instrument.cc b/components/payments/core/payment_instrument.cc
index 097917c842717e43f2f1fc23b6d2eddad57c6249..7f2c8a0f0e85503be2677308b1955a5cf47af374 100644
--- a/components/payments/core/payment_instrument.cc
+++ b/components/payments/core/payment_instrument.cc
@@ -7,13 +7,9 @@
namespace payments {
PaymentInstrument::PaymentInstrument(const std::string& method_name,
- const base::string16& label,
- const base::string16& sublabel,
int icon_resource_id,
Type type)
: method_name_(method_name),
- label_(label),
- sublabel_(sublabel),
icon_resource_id_(icon_resource_id),
type_(type) {}
« no previous file with comments | « components/payments/core/payment_instrument.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698