summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/personal_data_manager.cc
Commit message (Collapse)AuthorAgeFilesLines
* autofill: Add the FormField interface. Classes that implement the FormField ↵jhawkins@chromium.org2009-12-091-0/+4
| | | | | | | | | | interface provide heuristics for determining the type of a form field. An initial implementation, EmailField, is provided. BUG=none TEST=none Review URL: http://codereview.chromium.org/469013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34201 0039d316-1c4b-4281-b951-d872f2087c98
* Add a stub implementation of PersonalDataManager, the connection between the ↵jhawkins@chromium.org2009-11-061-0/+20
database and the autofill manager. BUG=none TEST=none Review URL: http://codereview.chromium.org/360027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31181 0039d316-1c4b-4281-b951-d872f2087c98