diff options
Diffstat (limited to 'chrome/browser/autofill/autofill_manager.h')
-rw-r--r-- | chrome/browser/autofill/autofill_manager.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h index e5b3b58..dac7ffd 100644 --- a/chrome/browser/autofill/autofill_manager.h +++ b/chrome/browser/autofill/autofill_manager.h @@ -30,6 +30,10 @@ class AutoFillManager : public RenderViewHostDelegate::AutoFill { virtual void FormFieldValuesSubmitted( const webkit_glue::FormFieldValues& form); + // Uses heuristics and existing personal data to determine the possible field + // types. + void DeterminePossibleFieldTypes(FormStructure* form_structure); + // Saves the form data to the web database. void SaveFormData(); |