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

Unified Diff: content/browser/tab_contents/tab_contents.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
Index: content/browser/tab_contents/tab_contents.h
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
index 7ecd21cfe35ee55349ac33761b5b15d3c29177c6..4c9d70f54fce125b7f55011a2764c0ef87a5e8a5 100644
--- a/content/browser/tab_contents/tab_contents.h
+++ b/content/browser/tab_contents/tab_contents.h
@@ -251,11 +251,6 @@ class CONTENT_EXPORT TabContents : public PageNavigator,
return &render_manager_;
}
- // In the underlying RenderViewHostManager, swaps in the provided
- // RenderViewHost to replace the current RenderViewHost. The current RVH
- // will be shutdown and ultimately deleted.
- void SwapInRenderViewHost(RenderViewHost* rvh);
-
// Commands ------------------------------------------------------------------
// Implementation of PageNavigator.
« no previous file with comments | « content/browser/tab_contents/render_view_host_manager.cc ('k') | content/browser/tab_contents/tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698