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 61c61a32b0a6a3e0b1853a8b27610bbaa3ace65e..e8d44aba43317e22e7af3f4c0509cb48b49010dd 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -217,10 +217,6 @@ class CONTENT_EXPORT RenderFrameHostImpl |
// TODO(creis): Use this for main frames as well when RVH goes away. |
void SetRenderFrameCreated(bool created); |
- // Called for renderer-created windows to resume requests from this frame, |
- // after they are blocked in RenderWidgetHelper::CreateNewWindow. |
- void Init(); |
- |
int routing_id() const { return routing_id_; } |
void OnCreateChildFrame( |
int new_routing_id, |