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

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

Issue 2483093002: Remove Certificate Transparency information from WebsiteSettings (Closed)
Patch Set: fix windows compile error Created 4 years, 1 month 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 acd35cf53523fa33ba14814b495edb48ae64fc91..ae1aceb7181ccb64d44cd51188c24af0f788f864 100644
--- a/chrome/browser/ui/website_settings/website_settings.h
+++ b/chrome/browser/ui/website_settings/website_settings.h
@@ -68,9 +68,6 @@ class WebsiteSettings : public TabSpecificContentSettings::SiteDataObserver,
SITE_IDENTITY_STATUS_NO_CERT,
// An error occured while verifying the site identity.
SITE_IDENTITY_STATUS_ERROR,
- // The website provided a valid certificate but all signed
- // certificate timestamps failed to validate.
- SITE_IDENTITY_STATUS_CT_ERROR,
// The site is a trusted internal chrome page.
SITE_IDENTITY_STATUS_INTERNAL_PAGE,
// The profile has accessed data using an administrator-provided

Powered by Google App Engine
This is Rietveld 408576698