| 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 27563c8ab781238b23f39aff069c2b34de3933bd..dec9c133d0f12f16ae56d7b30ff4dddac7cc6c9d 100644
|
| --- a/chrome/browser/ui/website_settings/website_settings.cc
|
| +++ b/chrome/browser/ui/website_settings/website_settings.cc
|
| @@ -547,7 +547,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));
|
|
|