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

                                                                  


                                                                       


                                                                            
--- components/supervised_user/core/browser/supervised_user_service.cc.orig	2024-05-21 18:07:39 UTC
+++ components/supervised_user/core/browser/supervised_user_service.cc
@@ -175,7 +175,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;