Index: content/browser/tab_contents/tab_contents.cc |
diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc |
index 21350104467a07555f48576a1848825f3b59ddfe..4d6bd34994a3302de3b456f3b9b1ee85ba7d2b8d 100644 |
--- a/content/browser/tab_contents/tab_contents.cc |
+++ b/content/browser/tab_contents/tab_contents.cc |
@@ -1955,10 +1955,6 @@ void TabContents::set_encoding(const std::string& encoding) { |
GetCanonicalEncodingNameByAliasName(encoding); |
} |
-void TabContents::SwapInRenderViewHost(RenderViewHost* rvh) { |
- render_manager_.SwapInRenderViewHost(rvh); |
-} |
- |
void TabContents::CreateViewAndSetSizeForRVH(RenderViewHost* rvh) { |
RenderWidgetHostView* rwh_view = view()->CreateViewForWidget(rvh); |
rwh_view->SetSize(view()->GetContainerSize()); |