aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_prefs_pref__service__incognito__allowlist.cc
blob: b564a35b053db7a23d60b053d71096ebd90ced6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/prefs/pref_service_incognito_allowlist.cc.orig	2024-05-21 18:07:39 UTC
+++ chrome/browser/prefs/pref_service_incognito_allowlist.cc
@@ -185,7 +185,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,