diff options
author | ahendrickson@chromium.org <ahendrickson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-15 15:51:44 +0000 |
---|---|---|
committer | ahendrickson@chromium.org <ahendrickson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-15 15:51:44 +0000 |
commit | 5b1c5dfa0b6d584b9be886f8fea43191cee027c8 (patch) | |
tree | 988004d430db86d5382765ab5f021099cac7a312 /chrome/browser/download/download_file.h | |
parent | 0a5e8fcc656dfe29af67cc7f0bb0922a4b236a19 (diff) | |
download | chromium_src-5b1c5dfa0b6d584b9be886f8fea43191cee027c8.zip chromium_src-5b1c5dfa0b6d584b9be886f8fea43191cee027c8.tar.gz chromium_src-5b1c5dfa0b6d584b9be886f8fea43191cee027c8.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/download/download_file.h')
-rw-r--r-- | chrome/browser/download/download_file.h | 5 |
1 files changed, 0 insertions, 5 deletions
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); |