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

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

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.cc
diff --git a/components/autofill/content/public/cpp/autofill_types_struct_traits.cc b/components/autofill/content/public/cpp/autofill_types_struct_traits.cc
index 3c5388860750b7b2d10664c88872cdf7609c9438..83fe681d8108852720df57b17885c32cdd86dfcb 100644
--- a/components/autofill/content/public/cpp/autofill_types_struct_traits.cc
+++ b/components/autofill/content/public/cpp/autofill_types_struct_traits.cc
@@ -496,7 +496,6 @@ bool StructTraits<mojom::PasswordForm, PasswordForm>::Read(
out->new_password_value_is_default = data.new_password_value_is_default();
out->new_password_marked_by_site = data.new_password_marked_by_site();
- out->ssl_valid = data.ssl_valid();
out->preferred = data.preferred();
if (!data.ReadDateCreated(&out->date_created) ||

Powered by Google App Engine
This is Rietveld 408576698