| Index: content/browser/frame_host/render_frame_proxy_host.h
|
| diff --git a/content/browser/frame_host/render_frame_proxy_host.h b/content/browser/frame_host/render_frame_proxy_host.h
|
| index 218bcc411df0d4cbbcd4c6e953306baf57aed725..0da55c7528fb4d9a0ac118068492d35e3cd1629c 100644
|
| --- a/content/browser/frame_host/render_frame_proxy_host.h
|
| +++ b/content/browser/frame_host/render_frame_proxy_host.h
|
| @@ -63,6 +63,10 @@ class RenderFrameProxyHost
|
| return site_instance_->GetProcess();
|
| }
|
|
|
| + // Initializes the object and creates the RenderFrameProxy in the process
|
| + // for the SiteInstance.
|
| + bool InitRenderFrameProxy();
|
| +
|
| int GetRoutingID() {
|
| return routing_id_;
|
| }
|
|
|