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..6cb0308ed7b1f9d6d44b208e28677cc66b942155 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. |
+ string16 DisplayName() const; |
+ string16 DisplayNameDetail() const; |
+ |
const string16& descriptive_name() const { return descriptive_name_; } |
const Type& type() const { return type_; } |
const std::vector<string16>& supported_currencies() const { |