| 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 c2c11d65856db810ce188c3428bb14cf28d9078c..7018d601640eba5b6f4557a6aa38c4693048d797 100644
|
| --- a/content/browser/frame_host/render_frame_host_manager.h
|
| +++ b/content/browser/frame_host/render_frame_host_manager.h
|
| @@ -217,13 +217,9 @@ class CONTENT_EXPORT RenderFrameHostManager : public NotificationObserver {
|
| PageTransition page_transition,
|
| bool should_replace_current_entry);
|
|
|
| - // The RenderViewHost has been swapped out, so we should resume the pending
|
| - // network response and allow the pending RenderViewHost to commit.
|
| - void SwappedOut(RenderViewHost* render_view_host);
|
| -
|
| // The RenderFrameHost has been swapped out, so we should resume the pending
|
| // network response and allow the pending RenderFrameHost to commit.
|
| - void SwappedOutFrame(RenderFrameHostImpl* render_frame_host);
|
| + void SwappedOut(RenderFrameHostImpl* render_frame_host);
|
|
|
| // Called when a renderer's main frame navigates.
|
| void DidNavigateMainFrame(RenderViewHost* render_view_host);
|
|
|