aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-components_signin_public_base_signin__switches.h
blob: 86d1ca2d0b8062c35d4597f5e6eb4d365394201f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/signin/public/base/signin_switches.h.orig	2024-02-21 00:20:42 UTC
+++ components/signin/public/base/signin_switches.h
@@ -92,7 +92,7 @@ BASE_DECLARE_FEATURE(kUnoDesktop);
 
 // Controls the view mode for (history) sync screen.
 #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || \
-    BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_IOS)
+    BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_IOS) || BUILDFLAG(IS_BSD)
 BASE_DECLARE_FEATURE(kMinorModeRestrictionsForHistorySyncOptIn);
 #endif