Index: content/browser/ssl/ssl_policy.h |
diff --git a/content/browser/ssl/ssl_policy.h b/content/browser/ssl/ssl_policy.h |
index 93bd861be109f390fed8fb376d0982c09f0b8790..97c3842bff55d9b8cadb1dd61fcb338590fe80fe 100644 |
--- a/content/browser/ssl/ssl_policy.h |
+++ b/content/browser/ssl/ssl_policy.h |
@@ -37,6 +37,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, |