| 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 2925f0f3c1276f620a1c3448f812479e57631612..c6ac95eaa196c4dddeccec783aaaf6950ac82883 100644
|
| --- a/components/autofill/browser/wallet/wallet_address.h
|
| +++ b/components/autofill/browser/wallet/wallet_address.h
|
| @@ -83,6 +83,10 @@ class Address {
|
| // the user.
|
| string16 DisplayName() const;
|
|
|
| + // Returns a string that could be used as a sub-label, suitable for display
|
| + // to the user together with DisplayName().
|
| + string16 DisplayNameDetail() const;
|
| +
|
| // Returns data appropriate for |type|.
|
| string16 GetInfo(AutofillFieldType type) const;
|
|
|
|
|