From 5b1c5dfa0b6d584b9be886f8fea43191cee027c8 Mon Sep 17 00:00:00 2001 From: "ahendrickson@chromium.org" Date: Tue, 15 Feb 2011 15:51:44 +0000 Subject: Refactoring DownloadFile. Removed dead code (DeleteCrDownload method), and unnecessary parameter. BUG=None TEST=DownloadFile unit tests still pass. Review URL: http://codereview.chromium.org/6485008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74949 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/download/download_file.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'chrome/browser/download/download_file.h') diff --git a/chrome/browser/download/download_file.h b/chrome/browser/download/download_file.h index a233717..24b184d 100644 --- a/chrome/browser/download/download_file.h +++ b/chrome/browser/download/download_file.h @@ -27,11 +27,6 @@ class DownloadFile : public BaseFile { DownloadManager* download_manager); virtual ~DownloadFile(); - // Deletes its .crdownload intermediate file. - // Marked virtual for testing. - // Returns true if the file was deleted. - virtual bool DeleteCrDownload(); - // Cancels the download request associated with this file. void CancelDownloadRequest(ResourceDispatcherHost* rdh); -- cgit v1.1