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

Unified Diff: chrome/browser/toolbar_model.cc

Issue 2126005: Revert 47357 - Revert 47347 (Original patch reviewed at http://codereview.ch... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 7 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
Index: chrome/browser/toolbar_model.cc
===================================================================
--- chrome/browser/toolbar_model.cc (revision 47426)
+++ 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,

Powered by Google App Engine
This is Rietveld 408576698