Index: chrome/browser/ui/website_settings/website_settings.cc |
diff --git a/chrome/browser/ui/website_settings/website_settings.cc b/chrome/browser/ui/website_settings/website_settings.cc |
index 42bfcaee6125a106e6f80040c3a595899d08058b..99fb30c2e8e5971d4577bc588aa41c181e1035f8 100644 |
--- a/chrome/browser/ui/website_settings/website_settings.cc |
+++ b/chrome/browser/ui/website_settings/website_settings.cc |
@@ -548,7 +548,7 @@ void WebsiteSettings::Init( |
} else { |
site_connection_status_ = SITE_CONNECTION_STATUS_ENCRYPTED; |
- if (security_info.is_secure_protocol_and_ciphersuite) { |
+ if (security_info.obsolete_ssl_status == net::OBSOLETE_SSL_NONE) { |
site_connection_details_.assign(l10n_util::GetStringFUTF16( |
IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_CONNECTION_TEXT, |
subject_name)); |