aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-extensions_browser_extension__prefs.cc
blob: 0a57a4b83be42eade44b13b8f44d57433bcf26d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- extensions/browser/extension_prefs.cc.orig	2022-06-17 14:20:10 UTC
+++ extensions/browser/extension_prefs.cc
@@ -2270,7 +2270,7 @@ void ExtensionPrefs::RegisterProfilePrefs(
   registry->RegisterDictionaryPref(kInstallSignature);
   registry->RegisterListPref(kExternalUninstalls);
 #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
-    BUILDFLAG(IS_FUCHSIA)
+    BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
   registry->RegisterBooleanPref(pref_names::kChromeAppsEnabled, false);
 #endif
   registry->RegisterBooleanPref(pref_names::kU2fSecurityKeyApiEnabled, false);