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

Unified Diff: content/public/browser/security_style_explanations.cc

Issue 2779973002: Initialize contained_mixed_form in SecurityStyleExplanations (Closed)
Patch Set: Created 3 years, 9 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: content/public/browser/security_style_explanations.cc
diff --git a/content/public/browser/security_style_explanations.cc b/content/public/browser/security_style_explanations.cc
index 71bcbbb5942f8690f2f0da8e863fe4009f96265e..7928b583f41a10d5fe205a098537b8ac8d392f48 100644
--- a/content/public/browser/security_style_explanations.cc
+++ b/content/public/browser/security_style_explanations.cc
@@ -9,6 +9,7 @@ namespace content {
SecurityStyleExplanations::SecurityStyleExplanations()
: ran_mixed_content(false),
displayed_mixed_content(false),
+ contained_mixed_form(false),
ran_content_with_cert_errors(false),
displayed_content_with_cert_errors(false),
ran_insecure_content_style(blink::WebSecurityStyleUnknown),
« 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