Index: content/browser/ssl/ssl_policy.cc |
=================================================================== |
--- content/browser/ssl/ssl_policy.cc (revision 214181) |
+++ content/browser/ssl/ssl_policy.cc (working copy) |
@@ -138,6 +138,8 @@ |
if (web_contents->DisplayedInsecureContent()) |
entry->GetSSL().content_status |= SSLStatus::DISPLAYED_INSECURE_CONTENT; |
+ else |
+ entry->GetSSL().content_status &= ~SSLStatus::DISPLAYED_INSECURE_CONTENT; |
} |
void SSLPolicy::OnAllowCertificate(scoped_refptr<SSLCertErrorHandler> handler, |