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

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: Fix Nasko's comment 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 98010e07992c4a4c64a5dfe37fc540f7674296f2..b06e2e32c7a15f5679847283df9140d510845231 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 frame navigates.
void DidNavigateFrame(RenderFrameHostImpl* render_frame_host);
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/browser/frame_host/render_frame_host_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698