13 lines
808 B
Diff
13 lines
808 B
Diff
|
|
diff -up chromium-122.0.6261.29/chrome/browser/safe_browsing/download_protection/file_analyzer.cc.nounrar chromium-122.0.6261.29/chrome/browser/safe_browsing/download_protection/file_analyzer.cc
|
||
|
|
--- chromium-122.0.6261.29/chrome/browser/safe_browsing/download_protection/file_analyzer.cc.nounrar 2024-02-07 19:49:25.000000000 +0100
|
||
|
|
+++ chromium-122.0.6261.29/chrome/browser/safe_browsing/download_protection/file_analyzer.cc 2024-02-11 18:55:29.964450604 +0100
|
||
|
|
@@ -79,8 +79,6 @@ void FileAnalyzer::Start(const base::Fil
|
||
|
|
|
||
|
|
if (inspection_type == DownloadFileType::ZIP) {
|
||
|
|
StartExtractZipFeatures();
|
||
|
|
- } else if (inspection_type == DownloadFileType::RAR) {
|
||
|
|
- StartExtractRarFeatures();
|
||
|
|
#if BUILDFLAG(IS_MAC)
|
||
|
|
} else if (inspection_type == DownloadFileType::DMG) {
|
||
|
|
StartExtractDmgFeatures();
|