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 298b3c8e71f78f668a30061e9de2309d24583d29..a7002bc0411776c6a298e92b29ef31894cda2c4f 100644 |
--- a/chrome/browser/ui/website_settings/website_settings.h |
+++ b/chrome/browser/ui/website_settings/website_settings.h |
@@ -61,6 +61,9 @@ class WebsiteSettings : public TabSpecificContentSettings::SiteDataObserver { |
SITE_IDENTITY_STATUS_ERROR, |
// The site is a trusted internal chrome page. |
SITE_IDENTITY_STATUS_INTERNAL_PAGE, |
+ // 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, |
}; |
// Creates a WebsiteSettings for the passed |url| using the given |ssl| status |