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

Unified Diff: components/autofill/core/common/password_form_fill_data.cc

Issue 2604453003: Show Form-Not-Secure warning on page load (Closed)
Patch Set: meacer, jochen comments Created 3 years, 12 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/core/common/password_form_fill_data.cc
diff --git a/components/autofill/core/common/password_form_fill_data.cc b/components/autofill/core/common/password_form_fill_data.cc
index b4d5fd047bcc70c13091f8a8d89c4d63bf1b78cb..014a24e87eac22a663d3e974339e25c05e92bd56 100644
--- a/components/autofill/core/common/password_form_fill_data.cc
+++ b/components/autofill/core/common/password_form_fill_data.cc
@@ -23,8 +23,8 @@ bool UsernamesCollectionKey::operator<(
PasswordFormFillData::PasswordFormFillData()
: wait_for_username(false),
- is_possible_change_password_form(false) {
-}
+ is_possible_change_password_form(false),
+ show_form_not_secure_warning_on_autofill(false) {}
PasswordFormFillData::PasswordFormFillData(const PasswordFormFillData& other) =
default;

Powered by Google App Engine
This is Rietveld 408576698