Index: content/browser/ssl/ssl_manager.h |
diff --git a/content/browser/ssl/ssl_manager.h b/content/browser/ssl/ssl_manager.h |
index 82e724b524244e27f6cb909a3d9bd2a4e6c70384..96a1181d04c545e94a09d7fa94859a11583421d4 100644 |
--- a/content/browser/ssl/ssl_manager.h |
+++ b/content/browser/ssl/ssl_manager.h |
@@ -87,9 +87,12 @@ class CONTENT_EXPORT SSLManager { |
void DidStartResourceResponse(const ResourceRequestDetails& details); |
void DidReceiveResourceRedirect(const ResourceRedirectDetails& details); |
- // Insecure content entry point. |
+ // Entry point for insecure mixed content (loaded over HTTP). |
void DidRunInsecureContent(const GURL& security_origin); |
+ // Entry point for content loaded with HTTPS certificate errors. |
+ void DidRunContentWithCertErrors(const GURL& security_origin); |
+ |
private: |
// Updates the NavigationEntry with our current state. This will |
// notify the WebContents of an SSL state change if a change was |