summaryrefslogtreecommitdiffstats
path: root/components/autofill/browser/wallet
diff options
context:
space:
mode:
authordbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 04:49:47 +0000
committerdbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 04:49:47 +0000
commit71e22d62ad5565afa97e2d34a825b7ecf705c895 (patch)
treea901ee35c1f07ff47dd7326c706fa097db100a7f /components/autofill/browser/wallet
parent56f7c40c308537000ebe1401595777c124d45779 (diff)
downloadchromium_src-71e22d62ad5565afa97e2d34a825b7ecf705c895.zip
chromium_src-71e22d62ad5565afa97e2d34a825b7ecf705c895.tar.gz
chromium_src-71e22d62ad5565afa97e2d34a825b7ecf705c895.tar.bz2
Make suggestions invalid when no phone number is attached to a Wallet address/instrument.
This is generally not applicable to autofill as we either filter out incomplete profiles or there's no associated phone number (in the case of credit cards). BUG=180149 R=estade@chromium.org Review URL: https://chromiumcodereview.appspot.com/15892013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203068 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/autofill/browser/wallet')
-rw-r--r--components/autofill/browser/wallet/wallet_address.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/autofill/browser/wallet/wallet_address.h b/components/autofill/browser/wallet/wallet_address.h
index a13f2f2..c9062a1 100644
--- a/components/autofill/browser/wallet/wallet_address.h
+++ b/components/autofill/browser/wallet/wallet_address.h
@@ -34,7 +34,7 @@ namespace wallet {
class Address {
public:
// TODO(ahutter): Use additional fields (descriptive_name, is_post_box,
- // is_minimal_address, is_valid, is_default) when SaveToWallet is implemented.
+ // is_valid, is_default) when SaveToWallet is implemented.
// See http://crbug.com/164284.
Address();