Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5731)

Unified Diff: chrome/browser/download/download_file.h

Issue 7112011: Change DownloadProcessHandle to be more of an encapsulated class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get rid of cancel code in download_util. Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/download/download_file.h
diff --git a/chrome/browser/download/download_file.h b/chrome/browser/download/download_file.h
index 63060fec55c600f89de77d2faaeafd89eb93fe47..e7eb0adb965250bd75b4607be6aa81297f74eed3 100644
--- a/chrome/browser/download/download_file.h
+++ b/chrome/browser/download/download_file.h
@@ -29,7 +29,7 @@ class DownloadFile : public BaseFile {
virtual ~DownloadFile();
// Cancels the download request associated with this file.
- void CancelDownloadRequest(ResourceDispatcherHost* rdh);
+ void CancelDownloadRequest();
int id() const { return id_; }
DownloadManager* GetDownloadManager();

Powered by Google App Engine
This is Rietveld 408576698