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

Unified Diff: components/autofill/content/public/cpp/autofill_types_struct_traits_unittest.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_unittest.cc
diff --git a/components/autofill/content/public/cpp/autofill_types_struct_traits_unittest.cc b/components/autofill/content/public/cpp/autofill_types_struct_traits_unittest.cc
index 0416fd8afc6c6a7fdd5f19d24c0e72709c7fab43..ed266403f01841f2f5f02b5e44058fff3e7b9fe9 100644
--- a/components/autofill/content/public/cpp/autofill_types_struct_traits_unittest.cc
+++ b/components/autofill/content/public/cpp/autofill_types_struct_traits_unittest.cc
@@ -91,7 +91,6 @@ void CreateTestPasswordForm(PasswordForm* form) {
form->new_password_value = base::ASCIIToUTF16("new_password_value");
form->new_password_value_is_default = false;
form->new_password_marked_by_site = false;
- form->ssl_valid = true;
form->preferred = false;
form->date_created = base::Time::Now();
form->date_synced = base::Time::Now();

Powered by Google App Engine
This is Rietveld 408576698