| 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 41698cc2104c5ce77662a02b6278b22369d368ca..4533fb759d95eb0502cfd48ac9f24b7cbf339245 100644
|
| --- a/content/browser/frame_host/render_frame_host_manager.h
|
| +++ b/content/browser/frame_host/render_frame_host_manager.h
|
| @@ -482,7 +482,8 @@ class CONTENT_EXPORT RenderFrameHostManager
|
| // RenderFrameProxyHost in its outer WebContents's SiteInstance,
|
| // |outer_contents_site_instance|. The frame in outer WebContents that is
|
| // hosting the inner WebContents is |render_frame_host|, and the frame will
|
| - // be swapped out with the proxy.
|
| + // be swapped out with the proxy.Note that this method must only be called
|
| + // for an OOPIF-based inner WebContents.
|
| void CreateOuterDelegateProxy(SiteInstance* outer_contents_site_instance,
|
| RenderFrameHostImpl* render_frame_host);
|
|
|
|
|