diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-09 07:38:52 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-09 07:38:52 +0000 |
commit | 21976fc217282a7f4554f66083cf3a06eb55946d (patch) | |
tree | f4bcb95c1e4debfcdd297a63613ba3ad3821cc1a /components | |
parent | c24a7822752da7d7c25f430856c5bc723b97a7ce (diff) | |
download | chromium_src-21976fc217282a7f4554f66083cf3a06eb55946d.zip chromium_src-21976fc217282a7f4554f66083cf3a06eb55946d.tar.gz chromium_src-21976fc217282a7f4554f66083cf3a06eb55946d.tar.bz2 |
Remove TODO around AutofillType::GetEquivalentBillingFieldType.
BUG=none
TEST=compiles
R=estade@chromium.org
Review URL: https://chromiumcodereview.appspot.com/22537002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components')
-rw-r--r-- | components/autofill/core/browser/autofill_type.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/components/autofill/core/browser/autofill_type.h b/components/autofill/core/browser/autofill_type.h index 174f32e..19974d2 100644 --- a/components/autofill/core/browser/autofill_type.h +++ b/components/autofill/core/browser/autofill_type.h @@ -35,11 +35,8 @@ class AutofillType { // Serializes |this| type to a string. std::string ToString() const; - // Maps |field_type| to a field type from ADDRESS_BILLING FieldTypeGroup if - // field type is an Address type. - // TODO(isherman): This method is only used by the - // AutofillDialogControllerImpl class. Consider moving it to a more focused - // location. + // Maps |field_type| to the corresponding billing field type if the field type + // is an address, name, or phone number type. static ServerFieldType GetEquivalentBillingFieldType( ServerFieldType field_type); |