Files
helium/patches/ungoogled-chromium/disable-downloads-page-referrer-url.patch
wukko e67c0db58f patches: move everything from contrib to root dir (#557)
now all chromium patches in all helium repos follow
the same dir pattern: `<vendor>/<group>/<...>/<patch>`

and there's no longer a "contrib" dir which was admittedly
kind of confusing
2025-12-04 01:43:34 +06:00

12 lines
453 B
C++

--- a/components/download/public/common/download_features.cc
+++ b/components/download/public/common/download_features.cc
@@ -38,7 +38,7 @@ BASE_FEATURE(kRefreshExpirationDate, bas
BASE_FEATURE(kDisplayInitiatorOrigin,
"DownloadsDisplayInitiatorOrigin",
- base::FEATURE_ENABLED_BY_DEFAULT);
+ base::FEATURE_DISABLED_BY_DEFAULT);
BASE_FEATURE(kDownloadNotificationServiceUnifiedAPI,
#if BUILDFLAG(IS_ANDROID)