| 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 3cfcab13fb76f4c5d0c9fac377d9287db6340130..4a5b85e5d9548fff48abca70682473da53afeea9 100644
|
| --- a/content/browser/frame_host/render_frame_host_manager.h
|
| +++ b/content/browser/frame_host/render_frame_host_manager.h
|
| @@ -233,10 +233,8 @@ class CONTENT_EXPORT RenderFrameHostManager {
|
| // there is no current one.
|
| RenderWidgetHostView* GetRenderWidgetHostView() const;
|
|
|
| - // Returns whether this manager belongs to a FrameTreeNode that is a main
|
| - // frame in an inner WebContents.
|
| - // TODO(lazyboy): Make this work correctly for subframes inside inner
|
| - // WebContents too.
|
| + // Returns whether this manager belongs to a FrameTreeNode that belongs to an
|
| + // inner WebContents.
|
| bool ForInnerDelegate();
|
|
|
| // Returns the RenderWidgetHost of the outer WebContents (if any) that can be
|
|
|