diff options
Diffstat (limited to 'devel/electron32/files/patch-components_feature__engagement_public_event__constants.cc')
-rw-r--r-- | devel/electron32/files/patch-components_feature__engagement_public_event__constants.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron32/files/patch-components_feature__engagement_public_event__constants.cc b/devel/electron32/files/patch-components_feature__engagement_public_event__constants.cc deleted file mode 100644 index e2eaf62b7d02..000000000000 --- a/devel/electron32/files/patch-components_feature__engagement_public_event__constants.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- components/feature_engagement/public/event_constants.cc.orig 2022-02-28 16:54:41 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"; |