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

Unified Diff: components/autofill/browser/form_structure.h

Issue 16164003: Field's server type mapping (using Autofill server response) for forms with checkable elements/pass… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/browser/form_structure.h
diff --git a/components/autofill/browser/form_structure.h b/components/autofill/browser/form_structure.h
index 3c4541fd76f98aa1f58adaad1112e8304feae902..9372ce5ee0446cf923695e555f71cefac6031e6f 100644
--- a/components/autofill/browser/form_structure.h
+++ b/components/autofill/browser/form_structure.h
@@ -201,6 +201,9 @@ class FormStructure {
bool IsAutocheckoutEnabled() const;
+ // Returns true if field should be skipped when talking to Autofill server.
+ bool ShouldSkipField(const FormFieldData field) const;
+
// Returns the minimal number of fillable fields required to start autofill.
size_t RequiredFillableFields() const;
size_t active_field_count() const;
« no previous file with comments | « no previous file | components/autofill/browser/form_structure.cc » ('j') | components/autofill/browser/form_structure.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698