Index: content/public/browser/ssl_host_state_delegate.h |
diff --git a/content/public/browser/ssl_host_state_delegate.h b/content/public/browser/ssl_host_state_delegate.h |
index 19eedce8246dd7066417ec13ef90d60d6984b938..fbbe19aea1d47238a98f35d5b9b0e0d5d1f97dea 100644 |
--- a/content/public/browser/ssl_host_state_delegate.h |
+++ b/content/public/browser/ssl_host_state_delegate.h |
@@ -33,11 +33,6 @@ class SSLHostStateDelegate { |
}; |
// The types of nonsecure subresources that this class keeps track of. |
- // |
- // TODO(estark): Currently, MIXED_CONTENT is used for all insecure |
- // content, as SSLManager/SSLPolicy do not separate signals for mixed |
- // content from signals for subresources with cert errors. Fixing this |
- // is in progress as part of https://crbug.com/634171. |
enum InsecureContentType { |
// A MIXED subresource was loaded over HTTP on an HTTPS page. |
MIXED_CONTENT, |