mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
11 lines
637 B
C++
11 lines
637 B
C++
--- chrome/browser/profiles/profile.cc.orig 2021-07-15 19:13:33 UTC
|
|
+++ chrome/browser/profiles/profile.cc
|
|
@@ -376,7 +376,7 @@ bool Profile::IsIncognitoProfile() const {
|
|
bool Profile::IsEphemeralGuestProfileEnabled() {
|
|
// TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
|
|
// of lacros-chrome is complete.
|
|
-#if defined(OS_WIN) || (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
|
|
+#if defined(OS_WIN) || (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || defined(OS_BSD) || \
|
|
defined(OS_MAC)
|
|
return base::FeatureList::IsEnabled(
|
|
features::kEnableEphemeralGuestProfilesOnDesktop);
|