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

Unified Diff: content/browser/download/download_item_impl_delegate.cc

Issue 1751603002: [Downloads] Rework how hashes are calculated for download files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address first round of comments Created 4 years, 9 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_delegate.cc
diff --git a/content/browser/download/download_item_impl_delegate.cc b/content/browser/download/download_item_impl_delegate.cc
index c1ed48cd1248091464ed46a164c58ca76e3fc4bb..be7432599e18ee1fdbc0dd7aeac3c501b187c368 100644
--- a/content/browser/download/download_item_impl_delegate.cc
+++ b/content/browser/download/download_item_impl_delegate.cc
@@ -56,6 +56,11 @@ bool DownloadItemImplDelegate::ShouldOpenFileBasedOnExtension(
void DownloadItemImplDelegate::CheckForFileRemoval(
DownloadItemImpl* download_item) {}
+std::string DownloadItemImplDelegate::GetApplicationClientIdForFileScanning()
+ const {
+ return std::string();
+}
+
void DownloadItemImplDelegate::ResumeInterruptedDownload(
scoped_ptr<DownloadUrlParameters> params,
uint32_t id) {}

Powered by Google App Engine
This is Rietveld 408576698