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

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

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.cc
diff --git a/chrome/browser/ntp_snippets/fake_download_item.cc b/chrome/browser/ntp_snippets/fake_download_item.cc
index e6194c7776376160b7216d8d880716a9b73b9a8a..251fdb87e04ec305c5ee7bbe87c5cd5c165d672a 100644
--- a/chrome/browser/ntp_snippets/fake_download_item.cc
+++ b/chrome/browser/ntp_snippets/fake_download_item.cc
@@ -99,7 +99,7 @@ void FakeDownloadItem::ValidateDangerousDownload() {
}
void FakeDownloadItem::StealDangerousDownload(
- const AcquireFileCallback& callback) {
+ bool delete_file_afterward, const AcquireFileCallback& callback) {
NOTREACHED();
callback.Run(base::FilePath());
}

Powered by Google App Engine
This is Rietveld 408576698