diff --git a/patches/helium/core/enable-parallel-downloading.patch b/patches/helium/core/enable-parallel-downloading.patch new file mode 100644 index 00000000..23cc7c18 --- /dev/null +++ b/patches/helium/core/enable-parallel-downloading.patch @@ -0,0 +1,14 @@ +--- a/components/download/public/common/download_features.cc ++++ b/components/download/public/common/download_features.cc +@@ -11,11 +11,7 @@ namespace features { + + BASE_FEATURE(kParallelDownloading, + "ParallelDownloading", +-#if BUILDFLAG(IS_ANDROID) + base::FEATURE_ENABLED_BY_DEFAULT +-#else +- base::FEATURE_DISABLED_BY_DEFAULT +-#endif + ); + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) diff --git a/patches/series b/patches/series index 5e799c14..722b6d14 100644 --- a/patches/series +++ b/patches/series @@ -166,6 +166,7 @@ helium/core/mitigate-fingerprinting-canvas.patch helium/core/mitigate-fingerprinting-audio-context.patch helium/core/reduce-accept-language-headers.patch helium/core/disable-ad-topics-and-etc.patch +helium/core/enable-parallel-downloading.patch helium/settings/move-search-suggest.patch helium/settings/remove-autofill.patch