Index: content/browser/ssl/ssl_policy.h |
diff --git a/content/browser/ssl/ssl_policy.h b/content/browser/ssl/ssl_policy.h |
index 0ba7869f78c5ac94c56563b2c404ffe664db97b5..7f8ecc98943319d53252b0d0ea745b28cadb131a 100644 |
--- a/content/browser/ssl/ssl_policy.h |
+++ b/content/browser/ssl/ssl_policy.h |
@@ -38,6 +38,9 @@ class SSLPolicy { |
void DidRunInsecureContent(NavigationEntryImpl* entry, |
const GURL& security_origin); |
+ void DidRunContentWithCertErrors(NavigationEntryImpl* entry, |
+ const GURL& security_origin); |
+ |
// We have started a resource request for |url| with the given |cert_id| and |
// |cert_status|. |
void OnRequestStarted(const GURL& url, |