Index: content/browser/tab_contents/tab_contents_delegate.h |
diff --git a/content/browser/tab_contents/tab_contents_delegate.h b/content/browser/tab_contents/tab_contents_delegate.h |
index e0c95ac45efa6ec1f939ac9912821ed1d1acf733..fc9d4e40908aa88edc78248a08b41cbf2fef3061 100644 |
--- a/content/browser/tab_contents/tab_contents_delegate.h |
+++ b/content/browser/tab_contents/tab_contents_delegate.h |
@@ -26,7 +26,6 @@ class HistoryAddPageArgs; |
} |
struct ContextMenuParams; |
-class DownloadItem; |
class GURL; |
class HtmlDialogUIDelegate; |
struct NativeWebKeyboardEvent; |
@@ -202,10 +201,6 @@ class TabContentsDelegate { |
// This is used to make painting look smoother. |
virtual int GetExtraRenderViewHeight() const; |
- virtual bool CanDownload(int request_id); |
- |
- virtual void OnStartDownload(DownloadItem* download, TabContents* tab); |
- |
// Returns true if the context menu operation was handled by the delegate. |
virtual bool HandleContextMenu(const ContextMenuParams& params); |