Index: content/browser/tab_contents/tab_contents_delegate.cc |
diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc |
index cad03098993855c14d59f86dedd37241aa8e3bf3..4bd3b418eceb619ec25667c53ab252cd33e02e51 100644 |
--- a/content/browser/tab_contents/tab_contents_delegate.cc |
+++ b/content/browser/tab_contents/tab_contents_delegate.cc |
@@ -95,14 +95,6 @@ int TabContentsDelegate::GetExtraRenderViewHeight() const { |
return 0; |
} |
-bool TabContentsDelegate::CanDownload(int request_id) { |
- return true; |
-} |
- |
-void TabContentsDelegate::OnStartDownload(DownloadItem* download, |
- TabContents* tab) { |
-} |
- |
bool TabContentsDelegate::HandleContextMenu(const ContextMenuParams& params) { |
return false; |
} |