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

Unified Diff: content/browser/download/download_file_manager.h

Issue 10831302: Download resumption - Preliminary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed content unit tests. Created 8 years, 2 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: content/browser/download/download_file_manager.h
diff --git a/content/browser/download/download_file_manager.h b/content/browser/download/download_file_manager.h
index c86ca2a2962f43a87595a1dab48309a43246f072..fff333ecb6d056c9c7c39e3c6d37052dc52641c2 100644
--- a/content/browser/download/download_file_manager.h
+++ b/content/browser/download/download_file_manager.h
@@ -113,6 +113,8 @@ class CONTENT_EXPORT DownloadFileManager
virtual void CancelDownload(content::DownloadId id);
virtual void CompleteDownload(content::DownloadId id,
const base::Closure& callback);
+ virtual void InterruptDownload(content::DownloadId id,
+ const base::Closure& callback);
// Called on FILE thread by DownloadManager at the beginning of its shutdown.
virtual void OnDownloadManagerShutdown(content::DownloadManager* manager);

Powered by Google App Engine
This is Rietveld 408576698