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

Unified Diff: components/security_state/security_state_model.cc

Issue 2433373004: Initialize SecurityInfo::displayed_private_user_data_input_on_http. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/security_state/security_state_model.cc
diff --git a/components/security_state/security_state_model.cc b/components/security_state/security_state_model.cc
index 3294a8dc87dec2284539a31f99cb6a947a7bb352..e8caa54baf3fa197359e8ef7831a30efad9cee44 100644
--- a/components/security_state/security_state_model.cc
+++ b/components/security_state/security_state_model.cc
@@ -272,7 +272,8 @@ SecurityStateModel::SecurityInfo::SecurityInfo()
connection_status(0),
key_exchange_group(0),
obsolete_ssl_status(net::OBSOLETE_SSL_NONE),
- pkp_bypassed(false) {}
+ pkp_bypassed(false),
+ displayed_private_user_data_input_on_http(false) {}
SecurityStateModel::SecurityInfo::~SecurityInfo() {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698