Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7768)

Unified Diff: chrome/browser/ui/website_settings/website_settings.h

Issue 13483010: Add UI notifications for admin-provided SSL certificates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698