Index: chrome/browser/ui/website_settings/website_settings.h |
diff --git a/chrome/browser/ui/website_settings/website_settings.h b/chrome/browser/ui/website_settings/website_settings.h |
index c071a6dccab5f5d93e4d5c6988f712c5385a5de2..805b4620b885d39d2f07fd85c1f194a64b0b186c 100644 |
--- a/chrome/browser/ui/website_settings/website_settings.h |
+++ b/chrome/browser/ui/website_settings/website_settings.h |
@@ -66,6 +66,9 @@ class WebsiteSettings : public TabSpecificContentSettings::SiteDataObserver { |
// The profile has accessed data using an administrator-provided |
// certificate, so the site might be able to intercept data. |
SITE_IDENTITY_STATUS_ADMIN_PROVIDED_CERT, |
+ // The website provided a valid certificate, but the certificate or chain |
+ // is using a deprecated signature algorithm. |
+ SITE_IDENTITY_STATUS_DEPRECATED_SIGNATURE_ALGORITHM, |
}; |
// Creates a WebsiteSettings for the passed |url| using the given |ssl| status |