aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-chrome_browser_policy_browser__signin__policy__handler.cc
blob: f30a67d6cc525c9c89e6c823d573c0b61474e616 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                                       
                                                          

                                                                        

                                                             

                                                                          
                                                                      
       
                       
--- chrome/browser/policy/browser_signin_policy_handler.cc.orig	2022-04-21 18:48:31 UTC
+++ chrome/browser/policy/browser_signin_policy_handler.cc
@@ -44,7 +44,7 @@ void BrowserSigninPolicyHandler::ApplyPolicySettings(c
       policies.GetValue(policy_name(), base::Value::Type::INTEGER);
   switch (static_cast<BrowserSigninMode>(value->GetInt())) {
     case BrowserSigninMode::kForced:
-#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)
+#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_BSD)
       prefs->SetValue(prefs::kForceBrowserSignin, base::Value(true));
 #endif
       [[fallthrough]];