Files
chromium-dev/chromium-norar.patch
Ruediger Oertel f6e3aa9396 chromium-norar.patch (context update)
- dropped patches:
  chromium-134-revert-allowlist.patch
  (need updated gn anyway)
- drop from keeplibs:
  third_party/iccjpeg (gone upstream)
- bump buildrequires for gn to 0.20250306

OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium-dev?expand=0&rev=73
2025-03-06 23:04:38 +00:00

17 lines
646 B
Diff

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;
}
- if (inspection_type == DownloadFileType::RAR) {
- StartExtractRarFeatures();
- return;
- }
-
#if BUILDFLAG(IS_MAC)
if (inspection_type == DownloadFileType::DMG) {
StartExtractDmgFeatures();