aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-components_feature__engagement_public_event__constants.cc
blob: a8aaca73b6afc02f36fe9724af95e52be352e2f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/feature_engagement/public/event_constants.cc.orig	2022-10-01 07:40:07 UTC
+++ components/feature_engagement/public/event_constants.cc
@@ -11,7 +11,7 @@ namespace feature_engagement {
 namespace events {
 
 #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)
 const char kNewTabOpened[] = "new_tab_opened";
 const char kSixthTabOpened[] = "sixth_tab_opened";
 const char kTabGroupCreated[] = "tab_group_created";