aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-chrome_browser_prefs_pref__service__incognito__allowlist.cc
blob: ea151f20f8b9dfba7c43f27ce1ef082626d24092 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/prefs/pref_service_incognito_allowlist.cc.orig	2022-04-21 18:48:31 UTC
+++ chrome/browser/prefs/pref_service_incognito_allowlist.cc
@@ -138,7 +138,7 @@ const char* const kPersistentPrefNames[] = {
 
 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
 // of lacros-chrome is complete.
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || 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,