aboutsummaryrefslogtreecommitdiff
path: root/devel/electron38/files/patch-chrome_browser_chrome__browser__field__trials.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron38/files/patch-chrome_browser_chrome__browser__field__trials.cc')
-rw-r--r--devel/electron38/files/patch-chrome_browser_chrome__browser__field__trials.cc20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-chrome_browser_chrome__browser__field__trials.cc b/devel/electron38/files/patch-chrome_browser_chrome__browser__field__trials.cc
new file mode 100644
index 000000000000..30d079abdc1d
--- /dev/null
+++ b/devel/electron38/files/patch-chrome_browser_chrome__browser__field__trials.cc
@@ -0,0 +1,20 @@
+--- chrome/browser/chrome_browser_field_trials.cc.orig 2025-08-26 20:49:50 UTC
++++ chrome/browser/chrome_browser_field_trials.cc
+@@ -45,7 +45,7 @@
+ #include "chromeos/ash/services/multidevice_setup/public/cpp/first_run_field_trial.h"
+ #endif
+
+-#if BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ #include "base/nix/xdg_util.h"
+ #include "ui/base/ui_base_features.h"
+ #endif // BUILDFLAG(IS_LINUX)
+@@ -101,7 +101,7 @@ void ChromeBrowserFieldTrials::RegisterFeatureOverride
+ base::FeatureList* feature_list) {
+ variations::FeatureOverrides feature_overrides(*feature_list);
+
+-#if BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ // On Linux/Desktop platform variants, such as ozone/wayland, some features
+ // might need to be disabled as per OzonePlatform's runtime properties.
+ // OzonePlatform selection and initialization, in turn, depend on Chrome flags