From d3dcad96b3c2091026c3a81054bb3ce56538a702 Mon Sep 17 00:00:00 2001From: Jan Engelhardt <jengelh@inai.de>Date: Thu, 29 Jan 2015 10:46:40 +0100Subject: [PATCH 16/66] mime_util: force text/x-suse-ymp to be downloadedYMP files (YaST One Click Install) are plaintext XML, but also notvery interesting in themselves. Force them to be stored.--- components/mime_util/mime_util.cc | 1 + 1 file changed, 1 insertion(+)Index: chromium-126.0.6478.57/third_party/blink/common/mime_util/mime_util.cc===================================================================--- chromium-126.0.6478.57.orig/third_party/blink/common/mime_util/mime_util.cc+++ chromium-126.0.6478.57/third_party/blink/common/mime_util/mime_util.cc@@ -83,6 +83,7 @@ static const char* const kUnsupportedTex "text/x-csv", "text/x-vcf", "text/rtf",+ "text/x-suse-ymp", "text/comma-separated-values", "text/csv", "text/tab-separated-values",