Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index fce4361dd9cc0de634e45baa4553075a606c7671..0b7ec4269330a43b0ce14398285522b8a5f1c56a 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -499,6 +499,14 @@ class CONTENT_EXPORT WebContentsImpl |
WindowOpenDisposition disposition, |
const gfx::Rect& initial_rect, |
bool user_gesture) override; |
+ void DidDisplayInsecureContent() override; |
+ void DidRunInsecureContent(const GURL& security_origin, |
+ const GURL& target_url) override; |
+ void PassiveInsecureContentFound(const GURL& resource_url) override; |
+ bool ShouldAllowRunningInsecureContent(content::WebContents* web_contents, |
+ bool allowed_per_settings, |
+ const url::Origin& origin, |
+ const GURL& resource_url) override; |
// RenderViewHostDelegate ---------------------------------------------------- |
RenderViewHostDelegateView* GetDelegateView() override; |