| 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
|
|
|