| Index: components/autofill/core/browser/autofill_manager.h
|
| diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
|
| index 290126ec108afabacf5c07af8a46de7164f22e5c..e00a31b75692036c57bffa2a70459586e7766dd0 100644
|
| --- a/components/autofill/core/browser/autofill_manager.h
|
| +++ b/components/autofill/core/browser/autofill_manager.h
|
| @@ -414,6 +414,9 @@ class AutofillManager : public AutofillDownloadManager::Observer,
|
| // Parses the forms using heuristic matching and querying the Autofill server.
|
| void ParseForms(const std::vector<FormData>& forms);
|
|
|
| + // Parses the form and adds it to |form_structures_|.
|
| + bool ParseForm(const FormData& form, FormStructure** parsed_form_structure);
|
| +
|
| // Imports the form data, submitted by the user, into |personal_data_|.
|
| void ImportFormData(const FormStructure& submitted_form);
|
|
|
|
|