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

Unified Diff: content/browser/tab_contents/render_view_host_manager.h

Issue 8081019: Remove unused RenderViewHostManager::SwapInRenderViewHost() and TabContents::SwapInRenderViewHost() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 9 years, 2 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
« no previous file with comments | « no previous file | content/browser/tab_contents/render_view_host_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/tab_contents/render_view_host_manager.h
diff --git a/content/browser/tab_contents/render_view_host_manager.h b/content/browser/tab_contents/render_view_host_manager.h
index df33f08dffa6f0c3e3218a59df5d5f58fca00cf4..4a2e7656abcd766db4299cfaf41e29bfb127f678 100644
--- a/content/browser/tab_contents/render_view_host_manager.h
+++ b/content/browser/tab_contents/render_view_host_manager.h
@@ -185,11 +185,6 @@ class CONTENT_EXPORT RenderViewHostManager
// Called when a RenderViewHost is about to be deleted.
void RenderViewDeleted(RenderViewHost* rvh);
- // Allows a caller to swap in a provided RenderViewHost to replace the
- // current RenderViewHost. The current RVH will be shutdown and ultimately
- // deleted.
- void SwapInRenderViewHost(RenderViewHost* rvh);
-
// Returns whether the given RenderViewHost is on the list of swapped out
// RenderViewHosts.
bool IsSwappedOut(RenderViewHost* rvh);
« no previous file with comments | « no previous file | content/browser/tab_contents/render_view_host_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698