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 9050689f79962a60fc195e9d821c71b66bd1e32a..be7ab51159c59138e7bac716e9356cf1c9a206f9 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -522,6 +522,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; |