Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1783)

Unified Diff: components/autofill/content/browser/wallet/wallet_address.h

Issue 24538008: rAc: phone number cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add test Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698