diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-21 07:38:56 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-21 07:38:56 +0000 |
commit | fc9c33ae67005fdbc7905da4803ca5f02cfea6c3 (patch) | |
tree | ccd3b663b044df95204799b9d0f043a7d6418547 /chrome/browser/autofill/personal_data_manager.h | |
parent | 740fe1eb708c775001dda1758ffab6232831febc (diff) | |
download | chromium_src-fc9c33ae67005fdbc7905da4803ca5f02cfea6c3.zip chromium_src-fc9c33ae67005fdbc7905da4803ca5f02cfea6c3.tar.gz chromium_src-fc9c33ae67005fdbc7905da4803ca5f02cfea6c3.tar.bz2 |
Make AutofillManager::GetProfileSuggestions use PersonalDataManager::GetProfileSuggestions
BUG=none
TEST=AutofillManager unit tests
Review URL: https://chromiumcodereview.appspot.com/11644034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174355 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/personal_data_manager.h')
-rw-r--r-- | chrome/browser/autofill/personal_data_manager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/autofill/personal_data_manager.h b/chrome/browser/autofill/personal_data_manager.h index 3de0cae..2cd73eec 100644 --- a/chrome/browser/autofill/personal_data_manager.h +++ b/chrome/browser/autofill/personal_data_manager.h @@ -133,7 +133,6 @@ class PersonalDataManager // part the user has already typed. |field_is_autofilled| is true if the field // has already been autofilled. |other_field_types| represents the rest of // form. Identifying info is loaded into the last four outparams. - // TODO(estade): port AutofillManager and its test to use this function. void GetProfileSuggestions( AutofillFieldType type, const string16& field_contents, |