| 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 5eba090cdb6ca43a11be38010b238f700de1281f..2f288c94f1808f51cf03c6500696133ba0d567ee 100644
|
| --- a/content/browser/frame_host/render_frame_host_manager.h
|
| +++ b/content/browser/frame_host/render_frame_host_manager.h
|
| @@ -335,9 +335,7 @@ class CONTENT_EXPORT RenderFrameHostManager
|
| void DidChangeOpener(int opener_routing_id,
|
| SiteInstance* source_site_instance);
|
|
|
| - // Creates and initializes a RenderFrameHost. If |flags| has the
|
| - // CREATE_RF_SWAPPED_OUT bit set from the CreateRenderFrameFlags enum, it will
|
| - // initially be placed on the swapped out hosts list. If |view_routing_id_ptr|
|
| + // Creates and initializes a RenderFrameHost. If |view_routing_id_ptr|
|
| // is not nullptr it will be set to the routing id of the view associated with
|
| // the frame.
|
| scoped_ptr<RenderFrameHostImpl> CreateRenderFrame(SiteInstance* instance,
|
|
|