summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_file.h
diff options
context:
space:
mode:
authorahendrickson@chromium.org <ahendrickson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-15 15:51:44 +0000
committerahendrickson@chromium.org <ahendrickson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-15 15:51:44 +0000
commit5b1c5dfa0b6d584b9be886f8fea43191cee027c8 (patch)
tree988004d430db86d5382765ab5f021099cac7a312 /chrome/browser/download/download_file.h
parent0a5e8fcc656dfe29af67cc7f0bb0922a4b236a19 (diff)
downloadchromium_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.h5
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);