Chromium Code Reviews| Index: chrome/browser/toolbar_model.cc |
| =================================================================== |
| --- chrome/browser/toolbar_model.cc (revision 47323) |
| +++ chrome/browser/toolbar_model.cc (working copy) |
| @@ -79,7 +79,7 @@ |
| return SECURITY_ERROR; |
| case SECURITY_STYLE_AUTHENTICATED: |
| - if (ssl.has_mixed_content()) |
| + if (ssl.displayed_mixed_content()) |
| return SECURITY_WARNING; |
| if (net::IsCertStatusError(ssl.cert_status())) { |
| DCHECK_EQ(ssl.cert_status() & net::CERT_STATUS_ALL_ERRORS, |