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

Unified Diff: chrome/browser/password_manager/password_store_win.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: chrome/browser/password_manager/password_store_win.cc
diff --git a/chrome/browser/password_manager/password_store_win.cc b/chrome/browser/password_manager/password_store_win.cc
index 277fa66732a42250fe1681041e43f62cb93dcf81..a19dbf9c98bc80b3ceaa0a6c0217a1ce6e4c086c 100644
--- a/chrome/browser/password_manager/password_store_win.cc
+++ b/chrome/browser/password_manager/password_store_win.cc
@@ -129,7 +129,6 @@ ScopedVector<autofill::PasswordForm> PasswordStoreWin::DBHandler::GetIE7Results(
autofill->signon_realm = form.signon_realm;
autofill->origin = form.origin;
autofill->preferred = true;
- autofill->ssl_valid = form.origin.SchemeIsCryptographic();
autofill->date_created = info.date_created;
matched_forms.push_back(autofill);

Powered by Google App Engine
This is Rietveld 408576698