| Index: components/autofill/browser/wallet/wallet_address.h
|
| diff --git a/components/autofill/browser/wallet/wallet_address.h b/components/autofill/browser/wallet/wallet_address.h
|
| index 9aa8314ecc64636c239168ab576cd603457b800b..6efcc4b12c1929d128866ce3fb17046b56be5dcc 100644
|
| --- a/components/autofill/browser/wallet/wallet_address.h
|
| +++ b/components/autofill/browser/wallet/wallet_address.h
|
| @@ -75,6 +75,11 @@ class Address {
|
| // the user.
|
| string16 DisplayName() 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;
|
| +
|
| // Returns data appropriate for |type|.
|
| string16 GetInfo(AutofillFieldType type) const;
|
|
|
|
|