mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
11 lines
565 B
C++
11 lines
565 B
C++
--- chrome/browser/profiles/profiles_state.cc.orig 2021-07-15 19:13:33 UTC
|
|
+++ chrome/browser/profiles/profiles_state.cc
|
|
@@ -227,7 +227,7 @@ bool IsRegularOrGuestSession(Browser* browser) {
|
|
bool IsGuestModeRequested(const base::CommandLine& command_line,
|
|
PrefService* local_state,
|
|
bool show_warning) {
|
|
-#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_WIN) || \
|
|
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_WIN) || defined(OS_BSD) || \
|
|
defined(OS_MAC)
|
|
DCHECK(local_state);
|
|
|