aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-chrome_browser_prefs_pref__service__incognito__allowlist.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron29/files/patch-chrome_browser_prefs_pref__service__incognito__allowlist.cc')
-rw-r--r--devel/electron29/files/patch-chrome_browser_prefs_pref__service__incognito__allowlist.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron29/files/patch-chrome_browser_prefs_pref__service__incognito__allowlist.cc b/devel/electron29/files/patch-chrome_browser_prefs_pref__service__incognito__allowlist.cc
new file mode 100644
index 000000000000..91f187be0e73
--- /dev/null
+++ b/devel/electron29/files/patch-chrome_browser_prefs_pref__service__incognito__allowlist.cc
@@ -0,0 +1,11 @@
+--- chrome/browser/prefs/pref_service_incognito_allowlist.cc.orig 2023-08-10 01:48:35 UTC
++++ chrome/browser/prefs/pref_service_incognito_allowlist.cc
+@@ -168,7 +168,7 @@ const char* const kPersistentPrefNames[] = {
+ prefs::kShowFullscreenToolbar,
+ #endif
+
+-#if BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ // Toggleing custom frames affects all open windows in the profile, hence
+ // should be written to the regular profile when changed in incognito mode.
+ prefs::kUseCustomChromeFrame,