Index: content/browser/frame_host/render_frame_host_delegate.h |
diff --git a/content/browser/frame_host/render_frame_host_delegate.h b/content/browser/frame_host/render_frame_host_delegate.h |
index 55b0de71e3955cbbd5cea85509c3429c91213bbb..65c9f493c90327f8c73e39b9a1b82fe7ac44272d 100644 |
--- a/content/browser/frame_host/render_frame_host_delegate.h |
+++ b/content/browser/frame_host/render_frame_host_delegate.h |
@@ -225,6 +225,12 @@ class CONTENT_EXPORT RenderFrameHostDelegate { |
RenderFrameHostImpl* frame, |
const gfx::Rect& bounds_in_root_view) {} |
+ // Notifies that mixed-content was displayed or ran within the container |
+ // WebContents. |
+ virtual void DidDisplayInsecureContent() {} |
+ virtual void DidRunInsecureContent(const GURL& security_origin, |
+ const GURL& target_url) {} |
+ |
protected: |
virtual ~RenderFrameHostDelegate() {} |
}; |