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

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

Issue 2244243002: Adjust WebsiteSettings statuses for subresources with cert errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: felt comment Created 4 years, 4 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/website_settings/website_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3104babf07aba7e24c529022010586ca0df49a4d..28d80ff3319ca1aa6670b70540e5991796fcd5dc 100644
--- a/chrome/browser/ui/website_settings/website_settings.h
+++ b/chrome/browser/ui/website_settings/website_settings.h
@@ -36,10 +36,12 @@ class WebsiteSettings : public TabSpecificContentSettings::SiteDataObserver {
//
// Status of a connection to a website.
enum SiteConnectionStatus {
- SITE_CONNECTION_STATUS_UNKNOWN = 0, // No status available.
- SITE_CONNECTION_STATUS_ENCRYPTED, // Connection is encrypted.
- SITE_CONNECTION_STATUS_MIXED_CONTENT, // Non-secure passive content.
- SITE_CONNECTION_STATUS_MIXED_SCRIPT, // Non-secure active content.
+ SITE_CONNECTION_STATUS_UNKNOWN = 0, // No status available.
+ SITE_CONNECTION_STATUS_ENCRYPTED, // Connection is encrypted.
+ SITE_CONNECTION_STATUS_INSECURE_PASSIVE_SUBRESOURCE, // Non-secure passive
+ // content.
+ SITE_CONNECTION_STATUS_INSECURE_ACTIVE_SUBRESOURCE, // Non-secure active
+ // content.
SITE_CONNECTION_STATUS_UNENCRYPTED, // Connection is not encrypted.
SITE_CONNECTION_STATUS_ENCRYPTED_ERROR, // Connection error occurred.
SITE_CONNECTION_STATUS_INTERNAL_PAGE, // Internal site.
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/website_settings/website_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698