helium/core: enable parallel downloading by default

This commit is contained in:
wukko
2025-10-03 18:18:44 +06:00
parent 6f18e3293c
commit 6f004aa444
2 changed files with 15 additions and 0 deletions

View File

@@ -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)

View File

@@ -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