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

Unified Diff: chrome/browser/ntp_snippets/fake_download_item.h

Issue 2439533002: Download Feedback Service should upload all eligible downloads (Closed)
Patch Set: make try bots happy Created 4 years, 1 month 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/ntp_snippets/fake_download_item.h
diff --git a/chrome/browser/ntp_snippets/fake_download_item.h b/chrome/browser/ntp_snippets/fake_download_item.h
index e377de1452f451bd509bdba998cc93938c910e88..c71dbfe2fe93f4b8ff913f82a3c75d33323bbc53 100644
--- a/chrome/browser/ntp_snippets/fake_download_item.h
+++ b/chrome/browser/ntp_snippets/fake_download_item.h
@@ -56,7 +56,8 @@ class FakeDownloadItem : public content::DownloadItem {
// The methods below are not supported and are not expected to be called.
void ValidateDangerousDownload() override;
- void StealDangerousDownload(const AcquireFileCallback& callback) override;
+ void StealDangerousDownload(bool delete_file_afterward,
+ const AcquireFileCallback& callback) override;
void Pause() override;
void Resume() override;
void Cancel(bool user_cancel) override;

Powered by Google App Engine
This is Rietveld 408576698