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

Unified Diff: components/autofill/content/public/cpp/autofill_types_struct_traits.h

Issue 2127533003: Remove PasswordForm::ssl_valid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjust //ios Created 4 years, 5 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/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) {

Powered by Google App Engine
This is Rietveld 408576698