aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-components_feature__engagement_public_event__constants.h
blob: 1f0fc5c74a242600ab5467bb2a77ba55926f6a9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/feature_engagement/public/event_constants.h.orig	2022-02-28 16:54:41 UTC
+++ components/feature_engagement/public/event_constants.h
@@ -13,7 +13,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[];