| 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),
|
|
|