| 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 8d5b594d780e49a33fb561e49b3a2719514855a1..3313d37abb0a16a9e676f7cb9a4f78bd23ec44cf 100644
|
| --- a/content/browser/frame_host/render_frame_host_manager.h
|
| +++ b/content/browser/frame_host/render_frame_host_manager.h
|
| @@ -395,6 +395,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);
|
|
|
|
|