blob: 63caf42844e4f77cea1f237db645dec6973a0c34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$OpenBSD: patch-chrome_browser_profiles_profiles_state_cc,v 1.8 2021/11/16 11:28:46 robert Exp $
Index: chrome/browser/profiles/profiles_state.cc
--- chrome/browser/profiles/profiles_state.cc.orig
+++ chrome/browser/profiles/profiles_state.cc
@@ -182,7 +182,7 @@ bool IsGuestModeRequested(const base::CommandLine& com
PrefService* local_state,
bool show_warning) {
#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_WIN) || \
- defined(OS_MAC)
+ defined(OS_MAC) || defined(OS_BSD)
DCHECK(local_state);
// Check if guest mode enforcement commandline switch or policy are provided.
|