| 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 91b2d4b8d15552ed5569be5320a068d407ba6a33..b3f505e90f62783414db3cff1f4a5376245377f9 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -544,6 +544,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;
|
|
|