| Index: content/browser/frame_host/render_frame_host_manager.h
|
| diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h
|
| index e490e88b52029568694677b5092c44965ce6b48b..ae642472ccbdc9b117053853b6e55524c1f70916 100644
|
| --- a/content/browser/frame_host/render_frame_host_manager.h
|
| +++ b/content/browser/frame_host/render_frame_host_manager.h
|
| @@ -232,6 +232,10 @@ class CONTENT_EXPORT RenderFrameHostManager {
|
| // remote frames.
|
| RenderWidgetHostImpl* GetOuterRenderWidgetHostForKeyboardInput();
|
|
|
| + // Return the FrameTreeNode for the frame in the outer WebContents (if any)
|
| + // that contains the inner WebContents.
|
| + FrameTreeNode* GetOuterDelegateNode();
|
| +
|
| RenderFrameProxyHost* GetProxyToParent();
|
|
|
| // Returns the proxy to inner WebContents in the outer WebContents's
|
|
|