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..94e1e20be85065cb9a7cd18908ad8d9393193015 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 address, |
+ // suitable for display to the user in two lines. |
+ string16 DisplaySummaryLine1() const; |
+ string16 DisplaySummaryLine2() const; |
+ |
const string16& descriptive_name() const { return descriptive_name_; } |
const Type& type() const { return type_; } |
const std::vector<string16>& supported_currencies() const { |