Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(569)

Unified Diff: components/autofill/core/browser/autofill_manager.h

Issue 2730383003: Improve autofill form matching. (Closed)
Patch Set: Address review issues. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ef345081537bae81fdf59b20849507f7f8137dcb..c774ef470cca945b5eb8f40ddb30147df33a6838 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -412,6 +412,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);

Powered by Google App Engine
This is Rietveld 408576698