aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_extensions_browser_pref__names.h
blob: 8d538f1e7198e6bd1c456d2cb4bcf11afc8b6d5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/3rdparty/chromium/extensions/browser/pref_names.h.orig	2023-04-05 11:05:06 UTC
+++ src/3rdparty/chromium/extensions/browser/pref_names.h
@@ -114,7 +114,7 @@ extern const char kPinnedExtensions[];
 extern const char kStorageGarbageCollect[];
 
 #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
-    BUILDFLAG(IS_FUCHSIA)
+    BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
 // A preference for whether Chrome Apps should be allowed. The default depends
 // on the ChromeAppsDeprecation feature flag, and this pref can extend support
 // for Chrome Apps by enterprise policy.