1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/www/chromium/files/patch-extensions_common_feature__switch.cc
Joseph Mingrone 8f6dc7d1dd www/chromium: Update to version 83.0.4103.61
Submitted by:	Matthias Wolf <freebsd@rheinwolf.de>
Reviewed by:	rene
Approved by:    chromium@ (rene)
Obtained from:	https://github.com/gliaskos/freebsd-chromium
MFH:		2020Q2
Security:	https://chromereleases.googleblog.com/2020/05/stable-channel-update-for-desktop.html
Differential Revision:	https://reviews.freebsd.org/D25102
2020-06-02 20:30:55 +00:00

17 lines
630 B
C++

--- extensions/common/feature_switch.cc.orig 2020-05-13 18:39:44 UTC
+++ extensions/common/feature_switch.cc
@@ -39,11 +39,11 @@ class CommonSwitches {
FeatureSwitch::DEFAULT_ENABLED),
load_media_router_component_extension(
kLoadMediaRouterComponentExtensionFlag,
-#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
+#if BUILDFLAG(GOOGLE_CHROME_BRANDING) || defined(OS_BSD)
FeatureSwitch::DEFAULT_ENABLED)
#else
FeatureSwitch::DEFAULT_DISABLED)
-#endif // BUILDFLAG(GOOGLE_CHROME_BRANDING)
+#endif // BUILDFLAG(GOOGLE_CHROME_BRANDING) || defined(OS_BSD)
{
}