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

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

Issue 2656913002: Don't show FormNotSecure warning on page load (Closed)
Patch Set: Skip FNS warning on load Created 3 years, 11 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.h
diff --git a/components/autofill/core/common/password_form_fill_data.h b/components/autofill/core/common/password_form_fill_data.h
index 91798eda81837b734af7e99e6098c1c83d17d43d..fd0f64fe84a792d8c66ba66428c36b1d316b1e7b 100644
--- a/components/autofill/core/common/password_form_fill_data.h
+++ b/components/autofill/core/common/password_form_fill_data.h
@@ -75,10 +75,6 @@ struct PasswordFormFillData {
// True if this form is a change password form.
bool is_possible_change_password_form;
- // True if a "form not secure" warning should be shown when the form is
- // autofilled.
- bool show_form_not_secure_warning_on_autofill;
-
PasswordFormFillData();
PasswordFormFillData(const PasswordFormFillData& other);
~PasswordFormFillData();

Powered by Google App Engine
This is Rietveld 408576698