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 765ac4675f97160b4fed0ad3674807c0192a98bb..8db1fb6193b8f04710c1eef4536e35dc8470f8e0 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -547,6 +547,9 @@ class CONTENT_EXPORT WebContentsImpl |
int opener_route_id, |
int proxy_routing_id, |
bool for_main_frame) OVERRIDE; |
+ virtual bool CreateRenderFrameForRenderManager( |
+ RenderFrameHost* render_frame_host, |
+ int parent_routing_id) OVERRIDE; |
virtual void BeforeUnloadFiredFromRenderManager( |
bool proceed, const base::TimeTicks& proceed_time, |
bool* proceed_to_fire_unload) OVERRIDE; |