$OpenBSD: patch-chrome_browser_profiles_profile_attributes_entry_cc,v 1.1 2019/04/17 11:48:53 robert Exp $

Index: chrome/browser/profiles/profile_attributes_entry.cc
--- chrome/browser/profiles/profile_attributes_entry.cc.orig
+++ chrome/browser/profiles/profile_attributes_entry.cc
@@ -57,7 +57,7 @@ void ProfileAttributesEntry::Initialize(ProfileInfoCac
   if (is_force_signin_enabled_) {
     if (!IsAuthenticated())
       is_force_signin_profile_locked_ = true;
-#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_WIN)
+#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_WIN) || defined(OS_BSD)
   } else if (IsSigninRequired()) {
     // Profiles that require signin in the absence of an enterprise policy are
     // left-overs from legacy supervised users. Just unlock them, so users can
