mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
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
12 lines
453 B
C++
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)
|