aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-components_feature__engagement_public_event__constants.h
blob: 2308fc5d42936bd993f9b20f71d3adf57fb71362 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/feature_engagement/public/event_constants.h.orig	2023-10-19 19:58:18 UTC
+++ components/feature_engagement/public/event_constants.h
@@ -14,7 +14,7 @@ namespace events {
 
 // Desktop
 #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \
-    BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA)
+    BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
 // The user has explicitly opened a new tab via an entry point from inside of
 // Chrome.
 extern const char kNewTabOpened[];