| 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 f5ecf04df5064b57d705f6974475316523870ff9..598dbd415f159650f479814b86f0e15640a34440 100644
|
| --- a/content/browser/frame_host/render_frame_host_manager.h
|
| +++ b/content/browser/frame_host/render_frame_host_manager.h
|
| @@ -392,6 +392,11 @@ class CONTENT_EXPORT RenderFrameHostManager : public NotificationObserver {
|
| // Helper method to terminate the pending RenderViewHost.
|
| void CancelPending();
|
|
|
| + // Helper method to set the active RenderFrameHost. Returns the old
|
| + // RenderFrameHost and updates counts.
|
| + scoped_ptr<RenderFrameHostImpl> SetRenderFrameHost(
|
| + scoped_ptr<RenderFrameHostImpl> render_frame_host);
|
| +
|
| RenderFrameHostImpl* UpdateStateForNavigate(
|
| const NavigationEntryImpl& entry);
|
|
|
|
|