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. |