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

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: Merge with r201622 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 0acc83022b10ab2cdc49d2939cbb64868effa1a0..1ea1d33b91f2e01fd88005ae8dac74c4dc2bbb3a 100644
--- a/content/browser/download/download_item_impl.h
+++ b/content/browser/download/download_item_impl.h
@@ -95,6 +95,8 @@ class CONTENT_EXPORT DownloadItemImpl
virtual void Resume() 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/browser/download/download_item_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698