| Index: chrome/browser/ui/website_settings/website_settings_ui.cc
|
| diff --git a/chrome/browser/ui/website_settings/website_settings_ui.cc b/chrome/browser/ui/website_settings/website_settings_ui.cc
|
| index e59202d22ecb800ec758eb8b87e99b2e28fec31e..4d8fd6d4ed7e6c0d165c726f3eb10df4989e2e33 100644
|
| --- a/chrome/browser/ui/website_settings/website_settings_ui.cc
|
| +++ b/chrome/browser/ui/website_settings/website_settings_ui.cc
|
| @@ -187,6 +187,17 @@ WebsiteSettingsUI::IdentityInfo::GetSecurityDescription() const {
|
| return CreateSecurityDescription(IDS_WEBSITE_SETTINGS_SECURE_SUMMARY,
|
| IDS_WEBSITE_SETTINGS_SECURE_DETAILS);
|
| }
|
| + case WebsiteSettings::SITE_IDENTITY_STATUS_MALWARE:
|
| + return CreateSecurityDescription(IDS_WEBSITE_SETTINGS_MALWARE_SUMMARY,
|
| + IDS_WEBSITE_SETTINGS_MALWARE_DETAILS);
|
| + case WebsiteSettings::SITE_IDENTITY_STATUS_SOCIAL_ENGINEERING:
|
| + return CreateSecurityDescription(
|
| + IDS_WEBSITE_SETTINGS_SOCIAL_ENGINEERING_SUMMARY,
|
| + IDS_WEBSITE_SETTINGS_SOCIAL_ENGINEERING_DETAILS);
|
| + case WebsiteSettings::SITE_IDENTITY_STATUS_UNWANTED_SOFTWARE:
|
| + return CreateSecurityDescription(
|
| + IDS_WEBSITE_SETTINGS_UNWANTED_SOFTWARE_SUMMARY,
|
| + IDS_WEBSITE_SETTINGS_UNWANTED_SOFTWARE_DETAILS);
|
| case WebsiteSettings::
|
| SITE_IDENTITY_STATUS_DEPRECATED_SIGNATURE_ALGORITHM_MINOR:
|
| case WebsiteSettings::
|
|
|