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

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

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.h
diff --git a/components/autofill/core/common/password_form_fill_data.h b/components/autofill/core/common/password_form_fill_data.h
index fd0f64fe84a792d8c66ba66428c36b1d316b1e7b..91798eda81837b734af7e99e6098c1c83d17d43d 100644
--- a/components/autofill/core/common/password_form_fill_data.h
+++ b/components/autofill/core/common/password_form_fill_data.h
@@ -75,6 +75,10 @@ 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