mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
helium/core: enable parallel downloading by default
This commit is contained in:
14
patches/helium/core/enable-parallel-downloading.patch
Normal file
14
patches/helium/core/enable-parallel-downloading.patch
Normal 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)
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user