diff options
Diffstat (limited to 'content/shell/shell_download_manager_delegate.cc')
-rw-r--r-- | content/shell/shell_download_manager_delegate.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/content/shell/shell_download_manager_delegate.cc b/content/shell/shell_download_manager_delegate.cc index 0118914..718ae3b4 100644 --- a/content/shell/shell_download_manager_delegate.cc +++ b/content/shell/shell_download_manager_delegate.cc @@ -164,9 +164,7 @@ bool ShellDownloadManagerDelegate::GenerateFileHash() { return false; } -void ShellDownloadManagerDelegate::OnResponseCompleted( - DownloadItem* item, - const std::string& hash) { +void ShellDownloadManagerDelegate::OnResponseCompleted(DownloadItem* item) { } void ShellDownloadManagerDelegate::AddItemToPersistentStore( |