| Index: components/autofill/content/browser/wallet/wallet_address.h
|
| diff --git a/components/autofill/content/browser/wallet/wallet_address.h b/components/autofill/content/browser/wallet/wallet_address.h
|
| index cead6cc5d4c6814c8f12484d8a35e3c7df361bb7..7b6671cf54c55e45863c5b94f265e0b1e73ed737 100644
|
| --- a/components/autofill/content/browser/wallet/wallet_address.h
|
| +++ b/components/autofill/content/browser/wallet/wallet_address.h
|
| @@ -90,6 +90,10 @@ class Address {
|
| // to the user together with DisplayName().
|
| base::string16 DisplayNameDetail() const;
|
|
|
| + // Returns the phone number as a string that is suitable for display to the
|
| + // user.
|
| + base::string16 DisplayPhoneNumber() const;
|
| +
|
| // Returns data appropriate for |type|.
|
| base::string16 GetInfo(const AutofillType& type,
|
| const std::string& app_locale) const;
|
|
|