Chromium Code Reviews| Index: content/browser/frame_host/render_frame_host_impl.h |
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
| index 07f78db945f4060f75a779051439e0d56b8c9298..bfd72577e5324c91e0275d6e56157e55f9629553 100644 |
| --- a/content/browser/frame_host/render_frame_host_impl.h |
| +++ b/content/browser/frame_host/render_frame_host_impl.h |
| @@ -408,6 +408,9 @@ class CONTENT_EXPORT RenderFrameHostImpl |
| // cross-process window.focus() calls. |
| void SetFocusedFrame(); |
| + void OnTriedDisplayingInsecureContent(const GURL& origin, const GURL& url); |
|
alexmos
2016/01/09 01:39:02
Let's keep these private and along with the other
|
| + void OnTriedRunningInsecureContent(const GURL& origin, const GURL& url); |
| + |
| // Deletes the current selection plus the specified number of characters |
| // before and after the selection or caret. |
| void ExtendSelectionAndDelete(size_t before, size_t after); |