aboutsummaryrefslogtreecommitdiff
path: root/devel/electron18/files/patch-chrome_browser_prefs_pref__service__incognito__allowlist.cc
blob: 00414d02c3ecf3b62d1af8371cac0c105606ac18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/prefs/pref_service_incognito_allowlist.cc.orig	2022-05-19 05:17:37 UTC
+++ chrome/browser/prefs/pref_service_incognito_allowlist.cc
@@ -139,7 +139,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,