summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_file_manager.h
diff options
context:
space:
mode:
authorrdsmith@chromium.org <rdsmith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-09 21:08:28 +0000
committerrdsmith@chromium.org <rdsmith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-09 21:08:28 +0000
commitdb6831ad3a6ba65d881bedd504c92b219c8524da (patch)
treed50c63d1a765cb8c47ae035d786679ab4ff72720 /chrome/browser/download/download_file_manager.h
parent061f1bdc2a119349e78911e9f3d76c2ea1f3d292 (diff)
downloadchromium_src-db6831ad3a6ba65d881bedd504c92b219c8524da.zip
chromium_src-db6831ad3a6ba65d881bedd504c92b219c8524da.tar.gz
chromium_src-db6831ad3a6ba65d881bedd504c92b219c8524da.tar.bz2
Change DownloadProcessHandle to be more of an encapsulated class.
BUG=None TEST=None Review URL: http://codereview.chromium.org/7112011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88585 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/download/download_file_manager.h')
-rw-r--r--chrome/browser/download/download_file_manager.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/chrome/browser/download/download_file_manager.h b/chrome/browser/download/download_file_manager.h
index 6047aee..2b52636 100644
--- a/chrome/browser/download/download_file_manager.h
+++ b/chrome/browser/download/download_file_manager.h
@@ -47,7 +47,7 @@
#include "base/hash_tables.h"
#include "base/memory/ref_counted.h"
#include "base/timer.h"
-#include "chrome/browser/download/download_process_handle.h"
+#include "chrome/browser/download/download_request_handle.h"
#include "ui/gfx/native_widget_types.h"
struct DownloadBuffer;
@@ -142,12 +142,6 @@ class DownloadFileManager
DownloadManager* download_manager,
bool hash_needed);
- // Tells the ResourceDispatcherHost to resume a download request
- // that was paused to wait for the on-disk file to be created.
- // |process| is passed by value because this is called from other
- // threads, and this way we don't have to worry about object lifetimes.
- void ResumeDownloadRequest(DownloadProcessHandle process);
-
// Called only on the download thread.
DownloadFile* GetDownloadFile(int id);