aboutsummaryrefslogtreecommitdiff
path: root/devel/electron18/files/patch-components_feature__engagement_public_feature__constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron18/files/patch-components_feature__engagement_public_feature__constants.h')
-rw-r--r--devel/electron18/files/patch-components_feature__engagement_public_feature__constants.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/electron18/files/patch-components_feature__engagement_public_feature__constants.h b/devel/electron18/files/patch-components_feature__engagement_public_feature__constants.h
new file mode 100644
index 000000000000..c5fe5c2d6939
--- /dev/null
+++ b/devel/electron18/files/patch-components_feature__engagement_public_feature__constants.h
@@ -0,0 +1,20 @@
+--- components/feature_engagement/public/feature_constants.h.orig 2022-05-19 05:17:40 UTC
++++ components/feature_engagement/public/feature_constants.h
+@@ -30,7 +30,7 @@ extern const base::Feature kUseClientConfigIPH;
+ extern const base::Feature kIPHDummyFeature;
+
+ #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)
+ extern const base::Feature kIPHDesktopSharedHighlightingFeature;
+ extern const base::Feature kIPHDesktopTabGroupsNewGroupFeature;
+ extern const base::Feature kIPHFocusHelpBubbleScreenReaderPromoFeature;
+@@ -174,7 +174,7 @@ extern const base::Feature kIPHDiscoverFeedHeaderFeatu
+ extern const base::Feature kIPHDefaultSiteViewFeature;
+ #endif // BUILDFLAG(IS_IOS)
+
+-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \
++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) || \
+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA)
+ extern const base::Feature kIPHAutofillVirtualCardSuggestionFeature;
+ extern const base::Feature kIPHUpdatedConnectionSecurityIndicatorsFeature;