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

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

Issue 2439533002: Download Feedback Service should upload all eligible downloads (Closed)
Patch Set: make windows 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.cc
diff --git a/chrome/browser/ntp_snippets/fake_download_item.cc b/chrome/browser/ntp_snippets/fake_download_item.cc
index e5ea5f5c5c2ab66faed62dd1a8ae1041a282d81c..f8625c37b371cb393626e853571fcb0e57e0b302 100644
--- a/chrome/browser/ntp_snippets/fake_download_item.cc
+++ b/chrome/browser/ntp_snippets/fake_download_item.cc
@@ -123,6 +123,7 @@ void FakeDownloadItem::ValidateDangerousDownload() {
}
void FakeDownloadItem::StealDangerousDownload(
+ bool delete_file_afterward,
const AcquireFileCallback& callback) {
NOTREACHED();
callback.Run(base::FilePath());
« no previous file with comments | « chrome/browser/ntp_snippets/fake_download_item.h ('k') | chrome/browser/safe_browsing/download_feedback_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698