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; |