diff options
Diffstat (limited to 'devel/electron33/files/patch-components_feature__engagement_public_event__constants.h')
-rw-r--r-- | devel/electron33/files/patch-components_feature__engagement_public_event__constants.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-components_feature__engagement_public_event__constants.h b/devel/electron33/files/patch-components_feature__engagement_public_event__constants.h deleted file mode 100644 index 2308fc5d4293..000000000000 --- a/devel/electron33/files/patch-components_feature__engagement_public_event__constants.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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[]; |