summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-extensions_browser_extension__prefs.cc
blob: d8cb32174e6f02e465ec0b58ae95e67a802e3405 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- extensions/browser/extension_prefs.cc.orig	2022-03-25 21:59:56 UTC
+++ extensions/browser/extension_prefs.cc
@@ -2269,7 +2269,7 @@ void ExtensionPrefs::RegisterProfilePrefs(
   registry->RegisterStringPref(pref_names::kLastChromeVersion, std::string());
   registry->RegisterDictionaryPref(kInstallSignature);
   registry->RegisterListPref(kExternalUninstalls);
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   registry->RegisterBooleanPref(pref_names::kChromeAppsEnabled, false);
 #endif
   registry->RegisterBooleanPref(pref_names::kU2fSecurityKeyApiEnabled, false);