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

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

Issue 14947007: [Downloads] Allow acquiring dangerous download file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: content/browser/download/download_item_impl.h
diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h
index cc5e2b610a6ac785750474de77c2aff432787d33..dda600f042a35569840e42652f38b96b6bdf4698 100644
--- a/content/browser/download/download_item_impl.h
+++ b/content/browser/download/download_item_impl.h
@@ -96,6 +96,8 @@ class CONTENT_EXPORT DownloadItemImpl
virtual void ResumeInterruptedDownload() OVERRIDE;
virtual void Cancel(bool user_cancel) OVERRIDE;
virtual void Delete(DeleteReason reason) OVERRIDE;
+ virtual void AcquireFileAndDeleteDownload(
+ const AcquireFileCallback& callback) OVERRIDE;
virtual void Remove() OVERRIDE;
virtual void OpenDownload() OVERRIDE;
virtual void ShowDownloadInShell() OVERRIDE;
« no previous file with comments | « no previous file | content/browser/download/download_item_impl.cc » ('j') | content/public/browser/download_item.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698