Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(746)

Unified Diff: content/browser/frame_host/render_frame_host_manager.h

Issue 208243019: Move SwapOut methods to RenderFrameHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698