Index: components/autofill/core/browser/form_structure.cc |
diff --git a/components/autofill/core/browser/form_structure.cc b/components/autofill/core/browser/form_structure.cc |
index 5d18d8f9a967ccfdf2e14bf89737d55f29637b03..ae4de043a1147a5f844e6e47f1a91d9f2d0eeca3 100644 |
--- a/components/autofill/core/browser/form_structure.cc |
+++ b/components/autofill/core/browser/form_structure.cc |
@@ -660,7 +660,7 @@ std::string FormStructure::FormSignature() const { |
} |
bool FormStructure::ShouldSkipField(const FormFieldData& field) const { |
- return (field.is_checkable || field.form_control_type == "password"); |
+ return field.is_checkable; |
} |
bool FormStructure::IsAutofillable(bool require_method_post) const { |