Index: components/autofill/content/public/cpp/autofill_types_struct_traits.h |
diff --git a/components/autofill/content/public/cpp/autofill_types_struct_traits.h b/components/autofill/content/public/cpp/autofill_types_struct_traits.h |
index 538a7bef29262e6d1d5535562b0ee3d740938704..34aa1f9e5e6eb6a9a8c28bdd65548890290a3754 100644 |
--- a/components/autofill/content/public/cpp/autofill_types_struct_traits.h |
+++ b/components/autofill/content/public/cpp/autofill_types_struct_traits.h |
@@ -441,8 +441,6 @@ struct StructTraits<autofill::mojom::PasswordForm, autofill::PasswordForm> { |
return r.new_password_marked_by_site; |
} |
- static bool ssl_valid(const autofill::PasswordForm& r) { return r.ssl_valid; } |
- |
static bool preferred(const autofill::PasswordForm& r) { return r.preferred; } |
static const base::Time& date_created(const autofill::PasswordForm& r) { |