Index: chrome/browser/download/save_file_manager.cc |
=================================================================== |
--- chrome/browser/download/save_file_manager.cc (revision 70630) |
+++ chrome/browser/download/save_file_manager.cc (working copy) |
@@ -222,7 +222,7 @@ |
SaveFile* save_file = new SaveFile(info); |
// TODO(phajdan.jr): We should check the return value and handle errors here. |
- save_file->Initialize(); |
+ save_file->Initialize(false); // No need to calculate hash. |
DCHECK(!LookupSaveFile(info->save_id)); |
save_file_map_[info->save_id] = save_file; |