aboutsummaryrefslogtreecommitdiff
path: root/devel/electron28/files/patch-chrome_browser_profiles_profiles__state.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron28/files/patch-chrome_browser_profiles_profiles__state.cc')
-rw-r--r--devel/electron28/files/patch-chrome_browser_profiles_profiles__state.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron28/files/patch-chrome_browser_profiles_profiles__state.cc b/devel/electron28/files/patch-chrome_browser_profiles_profiles__state.cc
new file mode 100644
index 000000000000..5ab185615ce0
--- /dev/null
+++ b/devel/electron28/files/patch-chrome_browser_profiles_profiles__state.cc
@@ -0,0 +1,11 @@
+--- chrome/browser/profiles/profiles_state.cc.orig 2023-05-25 00:41:43 UTC
++++ chrome/browser/profiles/profiles_state.cc
+@@ -182,7 +182,7 @@ bool IsGuestModeRequested(const base::CommandLine& com
+ PrefService* local_state,
+ bool show_warning) {
+ #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || \
+- BUILDFLAG(IS_MAC)
++ BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
+ DCHECK(local_state);
+
+ // Check if guest mode enforcement commandline switch or policy are provided.