2025-03-06 23:04:38 +00:00
|
|
|
diff --git a/chrome/browser/safe_browsing/download_protection/file_analyzer.cc b/chrome/browser/safe_browsing/download_protection/file_analyzer.cc
|
|
|
|
index 2a930f44908f4..095a1ac913334 100644
|
|
|
|
--- a/chrome/browser/safe_browsing/download_protection/file_analyzer.cc
|
|
|
|
+++ b/chrome/browser/safe_browsing/download_protection/file_analyzer.cc
|
|
|
|
@@ -78,11 +78,6 @@ void FileAnalyzer::Start(const base::FilePath& target_file_name,
|
|
|
|
return;
|
|
|
|
}
|
2024-09-20 14:46:48 +00:00
|
|
|
|
2025-03-06 23:04:38 +00:00
|
|
|
- if (inspection_type == DownloadFileType::RAR) {
|
2024-09-20 14:46:48 +00:00
|
|
|
- StartExtractRarFeatures();
|
2025-03-06 23:04:38 +00:00
|
|
|
- return;
|
|
|
|
- }
|
|
|
|
-
|
2024-09-20 14:46:48 +00:00
|
|
|
#if BUILDFLAG(IS_MAC)
|
2025-03-06 23:04:38 +00:00
|
|
|
if (inspection_type == DownloadFileType::DMG) {
|
2024-09-20 14:46:48 +00:00
|
|
|
StartExtractDmgFeatures();
|