| Index: components/autofill/browser/wallet/wallet_items.h
|
| diff --git a/components/autofill/browser/wallet/wallet_items.h b/components/autofill/browser/wallet/wallet_items.h
|
| index f507b88e35e70174f4a4210b863197dc50f3654d..e1adfba3bf35b1328bf6ca645d80a5644926973d 100644
|
| --- a/components/autofill/browser/wallet/wallet_items.h
|
| +++ b/components/autofill/browser/wallet/wallet_items.h
|
| @@ -77,6 +77,11 @@ class WalletItems {
|
| // Gets an image to display for this instrument.
|
| const gfx::Image& CardIcon() const;
|
|
|
| + // Returns a pair of strings that summarizes this CC,
|
| + // suitable for display to the user in one or two lines.
|
| + string16 DisplayName() const;
|
| + string16 DisplayNameLine2() const;
|
| +
|
| const string16& descriptive_name() const { return descriptive_name_; }
|
| const Type& type() const { return type_; }
|
| const std::vector<string16>& supported_currencies() const {
|
|
|