- 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
17 lines
646 B
Diff
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();
|