aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-components_supervised__user_core_browser_supervised__user__service.cc
blob: db718badd013985fef903bf35736aae5bd4fd1d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/supervised_user/core/browser/supervised_user_service.cc.orig	2024-04-23 07:42:17 UTC
+++ components/supervised_user/core/browser/supervised_user_service.cc
@@ -170,7 +170,7 @@ FirstTimeInterstitialBannerState SupervisedUserService
     const FirstTimeInterstitialBannerState original_state) {
   FirstTimeInterstitialBannerState target_state = original_state;
 #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
-    BUILDFLAG(IS_IOS)
+    BUILDFLAG(IS_IOS) || BUILDFLAG(IS_BSD)
   if (original_state != FirstTimeInterstitialBannerState::kSetupComplete &&
       can_show_first_time_interstitial_banner_) {
     target_state = FirstTimeInterstitialBannerState::kNeedToShow;