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 c01a534a8500fe20f759326b0a6a08218deaa9f5..a7fdb5bd01b2da81f641e8ccce78a0e4d604c3ce 100644 |
--- a/chrome/browser/ui/website_settings/website_settings.cc |
+++ b/chrome/browser/ui/website_settings/website_settings.cc |
@@ -589,7 +589,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)); |