blob: 6325be42002c654708569040ab4d1338b600df00 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- components/ntp_tiles/pref_names.h.orig 2025-12-10 15:04:57 UTC
+++ components/ntp_tiles/pref_names.h
@@ -49,7 +49,7 @@ inline constexpr char kCustomLinksInitialized[] = "cus
// Prefs used to cache enterprise shortcuts.
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \
- BUILDFLAG(IS_CHROMEOS)
+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
inline constexpr char kEnterpriseShortcutsPolicyList[] =
"enterprise_shortcuts.policy_list";
inline constexpr char kEnterpriseShortcutsUserList[] =
|